Answers for "what is import java.io.*?"

0

what is import java.io.*?

Import basically means you're adding a Library/Package full of classes and methods that are premade for ease of use. Java.IO is standard for Java Input/Output. So in essence you're importing extra Input/Output functionality. The asterisk on the end means you're importing everything in the Java.IO Package.
Posted by: Guest on December-07-2021

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language