This is the first step we need to take before starting on our journey. Set up the
Java Development Environment. Java programs run inside the
JVM(Java Virtual Machine). Java compiler(javac) converts Java programs into an
intermediate bytecode format called class files, which is platform independent.
JVM(Java Virtual Machine). Java compiler(javac) converts Java programs into an
intermediate bytecode format called class files, which is platform independent.
The latest JDK can be downloaded from the following link:
Download the 32/62 bit version of the JDK for your OS(Linux, Windows or Mac) and follow the installation instructions .
Once the installation completes successfully, we are ready for the next step.
Once the installation completes successfully, we are ready for the next step.
No comments:
Post a Comment