JAVA (DAY1)

 

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.



Comments