KnowledgeBoat Logo
|

Computer Applications

Name the method of Scanner class that:

  1. is used to input an integer data from the standard input stream.
  2. is used to input a String data from the standard input stream.

Input in Java

ICSE 2013

19 Likes

Answer

  1. nextInt()
  2. nextLine()

Answered By

7 Likes


Related Questions