JVM (Java Virtual Machine) Architecture – Part 1
JVM Architecture is the big process through which java code is run. From start to end, *.java to *.class all the analysis, interpretation, optimization, execution, etc. All these activities come under JVM architecture. We have three parts which we already know JDK, JRE, JVM. But we discussed JDK and JRE…