JVM Stacks


JVM Stacks are thread specific memory areas and contains local variables, methods call information etc. JVM stacks could be of fixed size or variable size. If computation in a thread exceeds its stack size limit then JVM throws StackOverflowError and exits.

Updated on: 30-Jul-2019

173 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements