Introduction to Java

Introduction to Java



     Java is a platform independent object oriented language. It was developed by James Gosling and Patrick Naughton of Sun Microsystems, USA in 1991. 

     It was the first programming language which was not dependent on any particular hardware or operating system. It was initially named as Oak and later renamed as Java in 1995. 

      Java language is to nest suited for developing web based applications.

No comments:

Post a Comment

Creating Objects

Creating Objects                  Creating objects means to allocate memory space for all the instance variables of the objects. S...