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
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
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.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic