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

Popular posts from this blog

java chapter11 practice question on abstruct class and interfaces

DAY 12 -AZURE DP900(Microsoft Azure Data Fundamentals: Explore non-relational data in Azure)

java exercise4