Chapter 1. Antroduction to Java -- Core Java
1.? The authors of Java have published a shorter summary thatis organized along the following 11 buzzwords:
?
3.? On the downside, thread implementations on themajor platforms differ widely, and Java makes no effort to be platformindependent in this regard. Only the code for calling multithreading remains thesame across machines; Java offloads the implementation of multithreading to theunderlying operating system or a thread library.