Java is one of the Object-Oriented programming language used to create various types of applications. James A. Gosling developed the Java programming language in the year 1995 at Sun Microsystems which is now subsidiary of Oracle.
Java is high level programming language used to develop desktop, web, mobile and embedded device applications. It is available in three versions:
Java programming language
In Java programming language code is written in text editor and saved into .java file. The Java compiler compiles the Java file into byte-code save saves it into .class extension. Then the JVM runs the byte code on specific platform.
Java is platform independent programming langue and you can compile Java program once and run it on any platform.
Read full at Java Tutorial
More Tutorials on roseindia.net for the topic Java Programming Language.