Skip to content

Elements of Java Style

Best in textbook rentals since 2012!

ISBN-10: 0521777682

ISBN-13: 9780521777681

Edition: 2000

Authors: Scott W. Ambler, Greg Bumgardner, Eldon Metz, Trevor Misfeldt, Jim Shur

List price: $22.99
Blue ribbon 30 day, 100% satisfaction guarantee!

Rental notice: supplementary materials (access codes, CDs, etc.) are not guaranteed with rental orders.

what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

The Elements of Java Style, written by renowned author Scott Ambler, Rogue Wave Software Vice President Alan Vermeulen, and a team of programmers from Rogue Wave, is for anyone who writes Java code. While there are many books that explain the syntax and basic use of Java, this book explains not just what you can do with the syntax, but what you ought to do. Just as Strunk and White's The Elements of Style provides rules of usage for the English language, this book provides a set of rules for Java practitioners to follow. While illustrating these rules with parallel examples of correct and incorrect usage, the book provides a collection of standards, conventions, and guidelines for writing…    
Customers also bought

Book details

List price: $22.99
Copyright year: 2000
Publisher: Cambridge University Press
Publication date: 1/28/2000
Binding: Paperback
Pages: 146
Size: 5.00" wide x 7.91" long x 0.39" tall
Weight: 0.352
Language: English

Preface
Audience
Acknowledgments
Introduction
General Principles
Formatting Conventions
Naming Conventions
Package Names
Type Names
Class Names
Interface Names
Method Names
Variable Names
Field Names
Parameter Names
Constant Names
Documentation Conventions
Comment Types
Documentation Comments
Comment Style
Comment Content
Internal Comments
Programming Conventions
Type Safety
Statements and Expressions
Construction
Exception Handling
Assertions
Concurrency
Synchronization
Efficiency
Packaging Conventions
Summary
Glossary
Bibliography
Index