+ 6
Why String in java is the only data type which starts with a capital letter?
4 Answers
+ 20
Because it is a class and not a primitive data type....
+ 7
According to camel convention class name starts with capital letter
+ 3
Because string is not a primitive data type is a built in class
0
Integer starts with a capital letter too. Boolean or Double too. int doesnt start with a capital letter because int is a primitive data type. It has not any functions.