1.

Explain the difference between JDK, JRE, and JVM?

Answer»
 Java Development Kit (JDK)JVMJRE
1.Core component of Java EnvironmentConverts Byte code to machine-specific codeImplementation of JVM.
2.Provides TOOLS and executables required for a Java ProgramPlatform dependentProvides a platform for executing Java programs.
3.It is platform specificProvides core FUNCTIONS LIKE garbage collection, MEMORY management and security etc.Consists of java binaries and classes.


Discussion

No Comment Found