what's java.io ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what's java.io ??

20th Jul 2016, 3:47 PM
Kristopher Elijah I. Catli
Kristopher Elijah I. Catli - avatar
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.
21st Jul 2016, 4:12 AM
Eric Gitangu
Eric Gitangu - avatar
0
java input output
20th Jul 2016, 4:07 PM
Neeraj Jangra
Neeraj Jangra - avatar
0
Is the most basic library Java.io =java.input output
20th Jul 2016, 6:18 PM
Valter Marquez
Valter Marquez - avatar
0
You can use this library for reading or writing files...
20th Jul 2016, 7:17 PM
FreakManMega
0
a class library with all the basic input/output tasks you can perform.
21st Jul 2016, 12:18 AM
Dwayne Barsotta
Dwayne Barsotta - avatar
0
u can create networking applets and GUIs by importing java.io
22nd Jul 2016, 6:54 AM
Suhail Pappu
Suhail Pappu - avatar