文档介绍: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