Understanding JDK, JRE and JVM | Java
At compile time Java file is compiled by Java compiler (doesn't interact with operating system) and convert the Java code into byte code.
At runtime following steps are performed
Bytecode
Byte code is a source code used to run on any platform.
Byte...
blogs.xanderbilla.com3 min read