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

Choose the Best Option

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

  • A System.out.println()
  • B print()
  • C cout
  • D printf
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.

Share This Question

Challenge a friend or share with your study group.