1.

Explain the difference between JDK and JVM?

Answer»
 JDKJVM
1.Stands for JAVA Development KitStands for Java VIRTUAL machine
2.Provides environment for DEVELOPING and RUNNING Java programs.Interprets byte code into the machine code
3.Includes development ToolsAllows platform-independent coding


Discussion

No Comment Found