Single Choice
Moderate
QWhich stores true/false?
ID: #25882
MCQ Quiz - Class 8 - Programming
6 views
Question Info
#25882Q 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:
boolean is the Java type that stores only true or false values. Perfect for logical conditions.
Why the other options are incorrect:
- Option B: int stores integer values.
- Option C: String stores text.
- Option D: double stores decimal numbers.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic