Computer Applications
Fill in the blanks:
A class of JDK 1.5 version used to accept the values from the keyboard is known as _________.
Related Questions
Which of the following functions will find the square root of a number 'a'?
- sqrt(a)
- Math.sqrt(a)
- Squareroot(a)
- √a
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:
_________ package is necessary to be imported in order to use Scanner class.
Fill in the blanks:
A function of Scanner class used to input integer numbers is _________.