android-interview-questions icon indicating copy to clipboard operation
android-interview-questions copied to clipboard

String listed as Java primitive data type

Open swapnilmadavi opened this issue 3 years ago • 2 comments

For the question Can you list 8 primitive types in java? in Objects and Primitives section, String is listed as an extra Primitive data type.

According to the Java documentation (here),

The String class is not technically a primitive data type

swapnilmadavi avatar Dec 14 '21 02:12 swapnilmadavi