0 votes
in JAVA by

Which of the following is not a primitive data type in Java?

a) Boolean

b) Character

c) String

d) Byte

1 Answer

0 votes
by

Solution: c) String

Explanation: String is a class in Java and not a primitive data type.

Related questions

0 votes
asked May 4 in JAVA by rahuljain1
0 votes
asked May 4 in JAVA by rahuljain1
...