Name the package which can be imported to allow the use of scanner class.
13 Likes
java.util
Answered By
7 Likes
Write down the use of nextInt() method.
What is the application of hasNextBoolean( ) method?
In what way can the following data be read from the scanner object?
(a) Integer type
(b) Float type
(c) Double type
(d) String type
(e) Boolean type
Differentiate between Scanner object and BufferedReader object