Monday, March 23, 2015

Concept of Java programming

Java is a simple and yet powerful object oriented programming language.It is very similar to C++. Java was originated at Sun Microsystems, Inc. in 1991. It was conceived by James Gosling, Patrick Naughton, Chris Warth, Ed Frank, and Mike Sheridan at Sun Microsystems, Inc. It was developed to provide a platform-independent programming language.

Since Java is an object oriented programming language, it has the following advantages:
                   -Reusability of Code
                   -Emphasis on data rather than procedure
                   -Data is hidden and cannot be accessed by external functions
                   -Objects can communicate with each other through functions
                   -New data and functions can be easily added.

Java has powerful features. The following are some of them:-
* Simple
* Reusable
* Portable (Platform Independent)
* Distributed
* Robust
* Secure
* High Performance
* Dynamic
* Threaded
* Interpreted


Java Applications

Java has evolved from a simple language providing interactive dynamic content for web pages to a predominant enterprise-enabled programming language suitable for developing significant and critical applications. Today, It is used for many types of applications including Web based applications, Financial applications, Gaming applications, embedded systems, Distributed enterprise applications, mobile applications, Image processors, desktop applications and many more. This site outlines the building blocks of java by stating few java examples along with some java tutorials.



No comments:

Post a Comment