+ 11
JDK && JVM
What is the difference between a JDK and a JVM?
3 Answers
+ 6
Good question Thanks for the information đ
+ 3
jdk = jre + java compile tools
jre = jvm + some library
+ 1
jdk used for developer side whereas jvm which is inside jre used for excution of program in client side