...
| Wiki Markup |
|---|
\[[API 06|AA. Java References#API 06]\] Methods {{activeCount}} and {{enumerate}}, Classes ThreadGroup and Thread
\[[JavaThreads 04|AA. Java References#JavaThreads 04]\] 13.1 ThreadGroups
\[[Bloch 01|AA. Java References#Bloch 01]\] Item 53: Avoid thread groups
\[[Goetz 06|AA. Java References#Goetz 06]\] 7.3.1. Uncaught Exception Handlers
\[[SDN 06|AA. Java References#SDN 06]\] Bug ID: 4089701 and 4229558 |
...
CON07CON16-J. Do not invoke a superclass method or constructor from a synchronized region in the subclassexpect sleep() and yield() methods to have any synchronization semantics 11. Concurrency (CON) CON21CON18-J. Facilitate thread reuse by using Thread PoolsAlways invoke wait() and await() methods inside a loop