OOPs Concepts
Programming and Technical
What is the difference between a JDK and a JVM?
Read Solution (Total 2)
-
- JDK(JAVA DEVELOPMENT KIT) used for developing and running java programs
JVM(JAVA VIRTUAL MACHINE) is an interpreter which interprets the byte code to the executable code - 9 years agoHelpfull: Yes(3) No(0)
- jdk-java development kit
jre-java run-time environment,provides the runtime environment
jdk contains jre and jre contains jvm(java virtual machine) - 10 years agoHelpfull: Yes(1) No(0)
OOPs Concepts Other Question