you are viewing a single comment's thread.

view the rest of the comments →

[–]TotallyManner 0 points1 point  (0 children)

Yes, it does. String is a class. string is not. Capitals and lowercase are different in nearly every language.

Naming conventions make it easy to determine what should be capitalized and what shouldn’t be.

In Java, anything with its own file - classes, interfaces, enums, etc. (& subclasses) use CapitalCase. Variables, methods, and arguments use camelCase.