Why JAVA is Best

9
JAVA IS A PROGRAMMING LANGUAGE USED WIDELY IN MARKET. APPROX 70% DEVICES USES JAVA. What is JAVA????

description

This Presentation Prove you that What is java who develop java why java is best read it .....

Transcript of Why JAVA is Best

Page 1: Why JAVA is Best

JAVA IS A PROGRAMMING LANGUAGE USED WIDELY IN MARKET. APPROX 70%

DEVICES USES JAVA.

What is JAVA????

Page 2: Why JAVA is Best

JAVA IS DEVELOPED IN 1992 IN SUN MICRO SYSTEM COMPANY.

WHITE PAPER WRITTEN BY JAMES GOSLING AND HENRY MCGILTON

What The History of JAVA

Page 3: Why JAVA is Best

Why Java????

Page 4: Why JAVA is Best

Features Of Java

SimpleObject orientedDistributedMultithreadedDynamicArchitecture neutralPortableHigh performanceRobustSecure

Page 5: Why JAVA is Best

What can Java Technology Do??

Development Tools:Application Programming Interface

(API):Deployment Technologies:.User Interface Toolkits:Integration Libraries

Page 6: Why JAVA is Best

How Can Java Change Your Life??

Get started quickly: Although the Java programming language is a powerful object-oriented language, it's easy to learn, especially for programmers already familiar with C or C++.

Write less code: Comparisons of program metrics (class counts, method counts, and so on) suggest that a program written in the Java programming language can be four times smaller than the same program written in C++.

Write better code: The Java programming language encourages good coding practices, and automatic garbage collection helps you avoid memory leaks. Its object orientation, its JavaBeans™ component architecture, and its wide-ranging, easily extendible API let you reuse existing, tested code and introduce fewer bugs.

Develop programs more quickly: The Java programming language is simpler than C++, and as such, your development time could be up to twice as fast when writing in it. Your programs will also require fewer lines of code.

Avoid platform dependencies: You can keep your program portable by avoiding the use of libraries written in other languages.

Write once, run anywhere: Because applications written in the Java programming language are compiled into machine-independent bytecodes, they run consistently on any Java platform.

Distribute software more easily: With Java Web Start software, users will be able to launch your applications with a single click of the mouse. An automatic version check at startup ensures that users are always up to date with the latest version of your software. If an update is available, the Java Web Start software will automatically update their installation

Page 7: Why JAVA is Best

JAVA Program Running Stages

Page 8: Why JAVA is Best

Just Give On a Look

Page 9: Why JAVA is Best

What is Java Platform???