Multiple choice

Objects of ___________ class are useful in breaking down the inputs from the user into tokens.

  1. InputStreamReader

  2. BufferedReader

  3. Scanner

  4. Tokens

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Object of the Scanner class are useful in breaking down the inputs from the user into tokens, and these tokens can be converted into individual basic data types.