•
Why is
String
uppercase and
char
lower case?
–
char
is a built in type
–
String
is a class that is provided
–
Class names begin with uppercase by
convention