KnowledgeBoat Logo
|

Computer Applications

What do you mean by scanner class?

Input in Java

54 Likes

Answer

The Scanner class is one of the ways to input data values into the computer using Java language. It is defined inside the java.util package. It provides various next methods to accept values of different data types as input from the user through the keyboard.

Answered By

30 Likes


Related Questions