Single Choice
Moderate
QTo print in Java, we use:
ID: #25834
MCQ Quiz - Class 8 - Programming
6 views
Question Info
#25834Q 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:
System.out.println() prints a line of text to the console. The 'ln' adds a newline at the end.
Why the other options are incorrect:
- Option B: print() is Python's print function.
- Option C: cout is C++'s output.
- Option D: printf is C's formatted print.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic