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