|
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
|
copyright © 2014 - all rights riserved by javatechnologycenter.com