Essential components of
Java , JVM, JRE, JSDK
Java programs can be written universally
and executed on any operating system
with the Java Virtual Machine (JVM).
However, if you are using a Windows
operating system, you will need a JVM
that is compatible with Windows.
The JVM acts like an Interpreter, reading
the code line by line and translating it
into bytecode.
Java assists us in compiling and
executing code with a simple syntax.
Java , JVM, JRE, JSDK
Java programs can be written universally
and executed on any operating system
with the Java Virtual Machine (JVM).
However, if you are using a Windows
operating system, you will need a JVM
that is compatible with Windows.
The JVM acts like an Interpreter, reading
the code line by line and translating it
into bytecode.
Java assists us in compiling and
executing code with a simple syntax.