Single Choice Moderate

QWhich class is used for input in Java?

ID: #25847 MCQ Quiz - Class 8 - Programming 5 views
Question Info
#25847Q ID
ModerateDifficulty
MCQ Quiz - Class 8 - ProgrammingTopic

Choose the Best Option

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

  • A Scanner
  • B Printer
  • C System
  • D String
Correct Answer

Explanation

Correct Answer Explanation:

The Scanner class (in java.util package) is commonly used to read input from the user (keyboard) in Java.

Why the other options are incorrect:

  • Option B: There's no standard 'Printer' input class.
  • Option C: System contains System.out, but System itself isn't the input class.
  • Option D: String stores text, doesn't read input.

Share This Question

Challenge a friend or share with your study group.