Exploring JVM specification and trying to write a little code to interpret a Java class like a real JVM.

Whether we like it or not, but Java is one of the most widely used programming languages. However, since most of the applications in Java are either too boring or too complex - not every Java developer has enough curiosity to look under the hood and see how JVM works.

In this post I will try to write a toy (and incomplete) JVM to show the core principles behind it and hopefully sparkle some interest in you to learn it further.

#java #developer #web-development

How to Write a (toy) JVM
2.70 GEEK