The Elements of Java Style

From HandWiki
The Elements of Java
The-Elements-of-Java-Style.jpg
The Elements of Java Style from Cambridge University Press.
AuthorAllan Vermeulen, Scott W. Ambler, Greg Bumgardner, Eldon Metz, Trevor Misfeldt, Jim Shur, Patrick Thompson
LanguageEnglish
PublisherCambridge University Press
Publication date
January 2000
Pages142
ISBNISBN:978-0-521-77768-1

The Elements of Java Style is a book of rules of programming style in the Java computer language.[1] The book was published by Cambridge University Press in January 2000. The book provides conventions for formatting, naming, documentation, programming and packaging.

This book is part of a series of books that include The Elements of C# Style and The Elements of C++ Style.

This book is used as a style guide by computer science courses and in business.[2] [3] [4] [5]

Notes

External links