0
question
how to install Java library scanner Here?
3 Answers
+ 2
Scanner is not a library.
Scanner is inbuilt class in util package
So just import it in Java class.
0
On app? Hmm you can't..
0
Scanner is a inbuilt Java class, so if yo've already installed the JDK (or a IDE in your device) then you can just import that class and many others included.