Intro Java
Intro Java
Over time new enhanced versions of Java have been released. The current version
of Java is Java 1.8 which is also known as Java 8.
PROPERTIES OF JAVA:
* Platform independent: Java programs use the Java virtual machine as
abstraction and do not access the operating system directly. This makes Java
programs highly portable.
* Interpreted and compiled language: Java source code is transferred into the
bytecode format which does not depend on the target platform. These bytecode
instructions will be interpreted by the Java Virtual machine (JVM).