Introduction of JAVA|| JAVA programming language|| Java #part1

 Introduction of JAVA

  Java is an object-oriented programming language that produces software for multiple platforms. 

  Java is a high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible.

JAVA coding master


How it Works ?

 Java code is compiled into JVM (Java virtual machine) bytecode, the bytecode then runs according to the JVM. The JVM then passes the actual processing work to the processor in its own language. 

Source Code ➡️ Byte Code ➡️ Machine Code

Java Installation

1 : Download 

JDK : Java Development Kit - The Java Development Kit (JDK) is a software package that makes developing Java applications.

JRE : Java Runtime Environment - The Java Runtime Environment (JRE) is software that Java programs require to run correctly. 

Download JAVA Kit


2 : Installing JDK

Click the downloaded file and install JDK and install with default settings.

3 : Downloading IntelliJ IDEA

Integrated Development Environment(IDE) to write and debug our code easily. IntelliJ IDEA is the best-suited IDE for writing Java code.

Download IntelliJ IDEA


what you think about this article ??

Post a Comment

Previous Post Next Post