Computer Science, asked by kevinkomaravalli, 10 months ago

4. How to import package ‘io’?​

Answers

Answered by jjaannuu
1

Answer:

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 use class/interface from a certain package, you can also use its fully qualified name, which includes its full package hierarchy

Explanation:

I Think It Will be helpful to you

Similar questions