...
Wiki Markup |
---|
\[[API 06|AA. Java References#API 06]\] interfaces {{ExecutorService}}, {{ThreadFactory}} and class {{Thread}} \[[Goetz 06|AA. Java References#Goetz 06]\] Chapter 7.3: Handling abnormal thread termination |
...
CON12CON36-J. Avoid deadlock by requesting and releasing locks in the same orderEnsure that tasks submitted to a thread pool are interruptible 11. Concurrency (CON) VOID CON14CON38-J. Ensure atomicity of 64-bit operationsSynchronize on a class literal instead of getClass()