JVM Architecture
How Jvm executes the program in java is describe as part of this blog. How interpreter work? and what is the limitation with interpreter is given in this blog. How JIT compiler works? and what is its benefits is explained in this blog. Garbage collector is also explained in this blog.
Read More