The largest Interview Solution Library on the web


java tutorials/
« Previous | 1 | 2 | 3 | Next »

Threads of Execution in Java


  • Each thread in the JVM contains a number of stack frames
  • Each stack frame contains the method instance variables for a method called in the current thread
  • A thread of execution may:
  • Occur completely within a single protection domain
  • May involve application ProtectionDomain(s) and the system ProtectionDomain
« Previous | 1 | 2 | 3 | Next »


copyright © 2014 - all rights riserved by javatechnologycenter.com