Single Choice
Moderate
QSystem.out.print() differs from println() because:
ID: #25850
MCQ Quiz - Class 8 - Programming
5 views
Question Info
#25850Q 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:
print() outputs text WITHOUT adding a newline at the end. This lets you continue printing on the same line.
Why the other options are incorrect:
- Option B: print() is for output, not input.
- Option C: print() doesn't clear the console.
- Option D: print() and println() do have a difference.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic