Single Choice Moderate

QString in Java is:

ID: #25877 MCQ Quiz - Class 8 - Programming 5 views
Question Info
#25877Q ID
ModerateDifficulty
MCQ Quiz - Class 8 - ProgrammingTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A A reference type
  • B Primitive
  • C Void
  • D Boolean
Correct Answer

Explanation

Correct Answer Explanation:

String is a class in Java, making it a reference type. Objects of type String are stored on the heap.

Why the other options are incorrect:

  • Option B: Primitives are int, boolean, char, etc. String is a class, not primitive.
  • Option C: void indicates no return value from a method — not a type for values.
  • Option D: boolean stores true/false, not text.

Share This Question

Challenge a friend or share with your study group.