1 / 1182
文档名称:

Prentice Hall - Thinking in Java, 3rd Ed (Bruce Eckel, Beta, 1182 pages) - 2003 - (By Laxxuss).pdf

格式:pdf   页数:1,182
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

Prentice Hall - Thinking in Java, 3rd Ed (Bruce Eckel, Beta, 1182 pages) - 2003 - (By Laxxuss).pdf

上传人:bolee65 2014/3/26 文件大小:0 KB

下载得到文件列表

Prentice Hall - Thinking in Java, 3rd Ed (Bruce Eckel, Beta, 1182 pages) - 2003 - (By Laxxuss).pdf

文档介绍

文档介绍:Thinking in Java,
rd
3 Edition, Beta

Bruce Eckel, President,
MindView, Inc.


PDF brings you the Portable Document
Format (PDF) version of Thinking in Java.
PDF is the premier PDF-related site on the web.
There is news, software, white papers, interviews,
product reviews, code samples, a forum, and
regular articles by many of the most prominent and
respected PDF experts in the world. Visit our sites
for more detail:

/
/
/

Click here to buy the paper version
Note: This document requires the installation of the fonts ia,
Verdana and Andale Mono (code font) for proper viewing. These can be
found at:
/project/?group_id=34153&release_id=105355
Modifications in Revision (unreleased)
• anized chapters into their final form and numbering. Split
chapter 1 by moving “Analysis and design” to Chapter 16.
• Modified the description of the chapters in the introduction. (This
needs to be revisited again.
• Finished threading chapter. Dining philosophers problem added
to threading chapter.
• Edited/rewrote chapters 1 - 11, 14 and Appendix A, B & D, which
went to production.
• Added Applet Signing and Java Web Start sections to “Creating
Windows and Applets.”
• Added examples showing threading in “Creating Windows and
Applets.”
• Added improved access control to most classes (more private
fields, in particular).
• Made general improvements throughout the code base.
• Changed cleanup( ) to dispose( )
• Changed “friendly” to “package access”
• Changed “function” to “method” most places
• Added Preferences API section
• Removed Microsoft EULA (no longer needed for CD)
• Rewrote c14: to use regular expressions;
refactored
• Renamed “death condition” to “termination condition”
Modifications in Revision (9/13/2002)
• Completed part of the rewrite of the threading chapter. This
simplifies the introduction to thread