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.