These are Java major Role play.
JDK-->JRE-->JVM-->JIT
*when compile the java code if no error JDK will create a .class file (byte code)then pass to JRE it create environment for run the code .Then JVM manage garbage and memory management. Finally JIT convert byte code into BInary code.
JDK-platform independent.
JRE-platform dependent.
Top comments (0)