Computer Applications

A Java package which contains Scanner class to input values to the computer is:

  1. java.io
  2. java.util
  3. java.awt
  4. java.net

Java Intro

6 Likes

Answer

java.util

Reason — The Scanner class is part of the java.util package in Java. It is used to perform input operations efficiently, allowing users to read various data types and process input statements.

Answered By

4 Likes


Related Questions