KnowledgeBoat Logo
|

Computer Applications

Which of the following is not a valid method of the Scanner class?

  1. next()
  2. nextInt()
  3. nextLong()
  4. nextNumber()

Input in Java

25 Likes

Answer

nextNumber()

Answered By

3 Likes


Related Questions