0
what's java.io ??
6 Answers
+ 1
As mentioned by others, it's a library collection, particularly it's a package đŠ but you would be better off importing only the libraries you require since java.io is a package namespace containing a vast collection of I/O libraries.
0
java input output
0
Is the most basic library
Java.io =java.input output
0
You can use this library for reading or writing files...
0
a class library with all the basic input/output tasks you can perform.
0
u can create networking applets and GUIs by importing java.io