JVM JRE JDK Architecture | JVM vs JRE vs JDK
JVM (Java Virtual Machine): JVM is a program / virtual machine that provides the run-time environment in which bytecode can be executed. JVMs are available for different kinds of hardware and software platforms. The same bytecode can be used on all JVMs for all platforms which makes Java platform independent. The main task of JVM: … Read more