Presence of discrete stack for threads

Is there present a discrete stack for each thread in Java?

E

Expert

Verified

Yes. Every thread maintains its own discrete stack, known as Runtime Stack but they share same memory. Elements of a stack are the method calls, called as activation records or stack frame. The activation record has relevant information about a method as local variables.

   Related Questions in JAVA Programming

©TutorsGlobe All rights reserved 2022-2023.