Identify the non primitive data type among the following
O String
O string
O'string'
O "String"
Answers
Answered by
0
Answer
String
Explanation:
String is a non primitive data only class have methods but primitive can not. And String need many functions to be called upon while processing like substrings, indexof,equals, touppercase. It wouldn't have been possible
without making it class.
Similar questions