Sitemap

Programming

JVM Tutorial - Java Virtual Machine Architecture Explained for Beginners

What is JVM, how it works, and the various components that it is made of

1 min readJan 17, 2021

--

Press enter or click to view image in full size

Whether you have used Java to develop programs or not, you might have heard about the Java Virtual Machine (JVM) at some point or another.

JVM is the core of the Java ecosystem, and makes it possible for Java-based software programs to follow the “write once, run anywhere” approach. You can write Java code on one machine, and run it on any other machine using the JVM.

JVM was initially designed to support only Java. However, over time, many other languages such as Scala, Kotlin, and Groovy were adopted on the Java platform. All of these languages are collectively known as JVM languages.

In this video, I’ve discussed the JVM, how it works, and the various components that it is made of. Please subscribe to the channel and like the video if you find it helpful.

--

--

Siben Nayak
Siben Nayak

Written by Siben Nayak

Staff Software Engineer @ Intuit, ex-Amazon, Intel • Blogger • Speaker • Love Coding and Distributed Systems • https://www.linkedin.com/in/theawesomenayak

No responses yet