Computer Applications
Name the method of Scanner class that:
- is used to input an integer data from the standard input stream.
- is used to input a String data from the standard input stream.
Input in Java
ICSE 2013
19 Likes
Answer
- nextInt()
- nextLine()
Answered By
7 Likes