2023.DEC.18(MON) JAVA DAY 11
✅ Daily Report
📌 TO-DO LIST
- submit github blog post
- lesson 40, 41
- assigment: what happends when JVM is running
✅ JVM
Class Loader
- loading(static variable, method)
- linking
- initialization
Execution Engine
- interpreter
- JIT
Runtime Data Area
- Heap
- Method Area(Runtime constant Pool)
- stack
This post is licensed under CC BY 4.0 by the author.