首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

Chapter 1. Antroduction to Java - Core Java

2012-09-05 
Chapter 1. Antroduction to Java -- Core Java1.? The authors of Java have published a shorter summar

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.

热点排行