Publisher's Synopsis
- Java is one of the most popular programming languages because it is used in various tech fields like app development, web development, client-server applications, etc.
- Java is an object-oriented programming language developed by Sun Microsystems of the USA in 1991.
- It was originally called Oak by James Goslin. He was one of the inventors of Java.
- Java = Purely Object-Oriented.
The source code in Java is first compiled into the bytecode.
Then the Java Virtual Machine(JVM) compiles the bytecode to the machine code.