Computer Science, asked by priyanshukumar4215, 11 months ago

What does import Java.util.* in Java do?

Answers

Answered by simrannehra936
0

In java, packages are the container for classes and whenever we want to use the features of another classes that are defined in another package,we use import keyword. Now, let's see what java.util.Scanner means !! ... util :stands for utility and contains utility classes.

Similar questions