• Menu
  • Skip to right header navigation
  • Skip to main content
  • Skip to secondary navigation
  • Skip to primary sidebar

OnlineProgrammingBooks.com

Legally Free Computer Books

  • All Categories
  • All Books
  • All Categories
  • All Books
  • About Us
  • Privacy policy
  • Disclaimer
  • Subscribe
  • Contact
You are here: Home ▶ Java ▶ Code Conventions for the Java Programming Language

Code Conventions for the Java Programming Language

March 24, 2006

This Code Conventions for the Java Programming Language document contains the standard conventions that Sun follow and recommend that others follow.

Book Description

Code conventions are important to programmers for a number of reasons: 80% of the lifetime cost of a piece of software goes to maintenance. Hardly any software is maintained for its whole life by the original author.
Code conventions improve the readability of the software, allowing engineers to understand new code more quickly and thoroughly. If you ship your source code as a product, you need to make sure it is as well packaged and clean as any other product you create.

Table of Contents

  • Introduction
  • File Names
  • File Organization
  • Indentation
  • Comments
  • Declarations
  • Statements
  • White Space
  • Naming Conventions
  • Programming Practices

Download Free PDF / Read Online

Author(s): Sun Microsystems Inc.
Format(s): PDF, HTML, Zip
File size: 128.89 KB
Number of pages: 24
Link: Download or Read online.

Similar Books:

  1. Essentials of the Java Programming Language
  2. Cross-Platform GUI Programming with wxWidgets
Previous Post: « Intelligent Software Agents on the Internet
Next Post: Service Robot Applications »

Primary Sidebar

Get Latest Updates

  • Facebook
  • Pinterest
  • RSS
  • Twitter
  • YouTube
  • About Us
  • Privacy policy
  • Disclaimer
  • Subscribe
  • Contact

Copyright © 2006–2023 OnlineProgrammingBooks.com