Interview Questions

Does Thread implements their own Stack, if yes how?

Java Interview Questions and Answers (part 4)


(Continued from previous question...)

4 . Does Thread implements their own Stack, if yes how?

Yes, Threads have their own stack. This is very interesting question, where interviewer tends to check your basic knowledge about how threads internally maintains their own stacks. I’ll be explaining you the concept by diagram.


(Continued on next question...)

Other Interview Questions