Specifications
Sun Services
Java™ Programming Language
Module 3, slide 36 of 37
Copyright 2005 Sun Microsystems, Inc. All Rights Reserved. Sun Services, Revision F
Java Programming Language Coding
Conventions
• Packages:
com.example.domain;
• Classes, interfaces, and enum types:
SavingsAccount
• Methods:
getAccount()
• Variables:
currentCustomer
• Constants:
HEAD_COUNT










