Java io package, java io streams and how the file hadling is done in Java.
The I/O package in Java defines input/output in terms of streams.
java.io package defines two types of stream
byte steams(8-bits char representation)
character streams (16-bit Unicode character representation)
These I/O streams keeps programmers isolated specific details of the underlying operating system, while enabling access to system resources through files and other means.
this is part-1 based on JAVA IO.
Ask your queries and write comments in comment box.
you can write me email to:[email protected]