DEV Community

Johnny
Johnny

Posted on

An introduction to JVM bytecode

Hey there!

Now that I'm starting to use this site more frequently, I was reminded of an article that I wrote a bit more than a month ago and figured that I might share it here as well.

It's a short introduction to JVM bytecode, i.e. the code that Java, Kotlin, Scala, Clojure etc. compile to. For those of you who use languages that run on the JVM this is particularly interesting but I'm sure others can also take away some ideas and concepts from it.

Here's the link

Top comments (0)