ContactUs :

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What is the difference between JDK and JVM?

Java Development Kit (JDK) is for development purpose and JVM is a part of it to execute the java programs.

JDK provides all the tools, executables and binaries required to compile, debug and execute a Java Program. The execution part is handled by JVM to provide machine independence.

Related Posts Plugin for WordPress, Blogger...
Flag Counter