A Java project to explore JVM internals like the call stack, memory allocation, and more.
- Simple examples demonstrating method calls and call stack behavior
- Memory allocation experiments with primitives and objects
- Recursive calls to observe stack overflow errors
- Utility methods to print JVM memory usage