0
When should we use java.util.Scanner?
4 Answers
+ 11
For taking input from users
+ 8
You finished the java course!!?
https://www.sololearn.com/learn/Java/2220/?ref=app
+ 1
It is needed when you have to input information to the system. For instance, if it requires a name where you need to type it, that's when you use scanner(System.in)method.