Skip to content

dev-nest-org/jvm-under-the-hood

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JVM Under The Hood

A Java project to explore JVM internals like the call stack, memory allocation, and more.

What’s inside

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages