读书人

Chapter 1. Antroduction to Java - C

发布时间: 2012-09-05 15:19:34 作者: rapoo

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.

读书人网 >编程

热点推荐