The history and evolution of java
Java is related to c++,which is direct descendant of c. Much of the characters of Java is inherited from these two languages. Java is a very simple and plate form independent language. Java is more sequaree then other languages, so it makes code reusable.
Creation of java: Java was conceived by James gosling, Patrick naughton, Chris warth and mike Sheridan at sun microsystems, Inc. In 1991.it tooks 18 months to develop the first working version.
This language was initially called Oak , "but was renamed "java" in 1995.between the initial implementation of Oak in the fall of 1992 and the public announcement of Java in the spring of 1995 ,many more people contribute to the desion and evolution of the language. Bill joy, Arthur van Hoff, Jonathan Payne, Frank yellin etc.
Java is a very simple and useful in now a days. Java makes code reusable.
When compile the program, creates the class file of source code. And jvm call the main function to run the program. When the is running the byte code is generated, it's make code reusable.