Difference between JVM, JRE and JDK
Java JVM, JRE and JDK
JVM(JAVA Virtual Machine)
Java Virtual Machine(JVM) is a virtual machine that provides a runtime environment to execute Java byte code. One of the primary purposes of the JVM is to provide platform independence. It manages memo...
puranamsatya.hashnode.dev2 min read