Hi Jason, As per the JavaBean guidlines all the class names should begin with a capital letter. In your case if fileNumber is a class then f should be capital. Other wise it can be a small letter.
On Tue, Jul 21, 2009 at 4:12 AM, iliketravel <[email protected]> wrote: > *"Java Identifiers* > *Coding Guidelines* > *3. In case of multi-word identifiers, use capital letters to indicate the > * > *start of the word except the first word. For example,* > *charArray, fileNumber, ClassName"* > * > * > *This is quoted from the presentation "Java programming basics".* > *Should I capitalize the "f" of the word "fileNumber" according to the > guideline? * > * > * > *Jason* > * > * > > > > --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaprogrammingwithpassion?hl=en -~----------~----~----~----~------~----~------~--~---
