the Java package that handles input and output of data is
Answers
Answered by
1
The package java.io contains the classes that handle fundamental input and output operations in Java. The I/O classes can be grouped as follows: Classes for reading input from a stream of data. Classes for writing output to a stream of data.
Answered by
4
Answer:
The package java.io contains the classes that handle fundamental input and output operations in Java.
Similar questions