CS202 Java-110
l
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