Multiple choice

Which of the following methods of Reader class returns true, if the next input request does not wait, otherwise returns false?

  1. mark()

  2. read()

  3. ready()

  4. reset()

  5. skip()

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

This method of Reader class returns true if the next input request will not wait, otherwise returns false.