It was originally called Oak by James Goslin. He was one of the inventors of Java.
Java = Purely Object-Oriented
- How Java Works?
Java is compiled into the bytecode and then it is interpreted to machine code.
- Java Installation
Go to Google & type “Install JDK” (Installs Java JDK)
Go to Google & type “Install IntelliJ Idea” (Installs Java IDE)
JDK – Java Development Kit = Collection of tools used for developing and running java programs.
JRE – Java Runtime Environment = Helps in executing programs developed in JAVA.