import java.util.*
Please explain this sentence
Answers
Answered by
0
Java has import statement that allows you to import an entire package (as in earlier examples), or use only certain classes and interfaces defined in the package. If you want to useclass/interface from a certain package, you can also use its fully qualified name, which includes its full package hierarchy.
please mark me as the brainliest answer
rajiv1144:
Can u give some examples
Answered by
0
a statement used in scanner method
hope it helped you
hope it helped you
Similar questions