Stack
is a special region in computer memory, that stores temporary
variables like local variables, parameters, function calls etc.,
There is a limit on the size of variables that can stored on the
stack. Deep recursion is the primary reason which fills the stack and
cause JVM to throw StackOverflowError.
Related
Links
No comments:
Post a Comment