-
Recent Posts
Recent Comments
Archives
Categories
Meta
Tag Archives: stack
Let’s make the stack explode in Java!
In one of my lectures about memory management in Java, I was looking for a quick and simple way to demonstrate the influence of local variables on the stack memory usage. So what came to my mind was this: Local … Continue reading
Posted in Java, Programming Essentials
Tagged java, memory management, runtime environment, stack, stack overflow, virtual machine
Comments Off on Let’s make the stack explode in Java!