View Single Post
Old 06-13-2006, 02:20 PM   #19 (permalink)
jaeusm
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default

Capitalization is a matter of style only. The compiler does not care if anything at all is capitalized.

As an aside, good programming style (in Java) dictates that you should capitalize the first letter of class names, but not method names or variable names. Regardless, this has nothing to do with actually compiling or executing the program.
jaeusm is offline