Importance of Scanner Class
What is the importance of scanner class? Presently this class is used or not?
Answers
Answered by
1
Scanner class is used widely in console programs of java where its object is used to take input from user
Answered by
3
The Scanner Class is a class in java.util, package that allows the user to read values of various types,from either keyboard or a file.It has some of the most interesting functions that allow identification and storing of data that is being input from the keyboard.
Similar questions