Computer Applications
Fill in the blanks:
_________ package is necessary to be imported in order to use Scanner class.
Input in Java
6 Likes
Answer
java.util
Answered By
3 Likes
Related Questions
Which of the following package will you import to use Scanner class?
- java_util;
- Scanner.class;
- java.util;
- java.scanner.util;
Fill in the blanks:
A class of JDK 1.5 version used to accept the values from the keyboard is known as _________.
Fill in the blanks:
A function of Scanner class used to input integer numbers is _________.
Fill in the blanks:
The function Math.sqrt( ) will result in _________.