0
Why do we use Java. Io. *; in Java..
what the purpose of using it.. are there any other like that. I mean any other like Java. io. *; Answer me..
7 Antworten
0
Java IO does provide basic methods for input and output (Streams). Since a few versions there is Java NIO, too.
0
Package java.io
Provides for system input and output through data streams, serialization and the file system.
This is actually very precise and it's the official documentation. If you want to know about how Java handles data input and output then you have to look up Streams.
0
Use a search engine of your choice and look up Java Streams
0
okay, thank u so much
- 1
Something more,eger to know about it
- 1
ohh
- 1
Anything else or more