JVM Introductions
-
1 - Preparation
• 4 minutes
Welcome on the first part of this introduction to the Java Virtual Machine ! In this introduction, we will discover how the Java Virtual Machine works, its structure, how programs are loaded and executed, the Java bytecode and what are class files. This introduction expects that you know how to program in Java. Some background with executable and bytecode can help you to grasp faster some concepts but this is not required.Read More…