Skip to Main Content
Java
book

Java

by Michael Sikora
January 2003
Beginner to intermediate content levelBeginner to intermediate
150 pages
7h 28m
English
Morgan Kaufmann
Content preview from Java
1
lnput and output are performed in Java by means of streams. The same mechanism
is used whether the information is being input or output by means of a file, terminal I/O,
socket, or pipe. Separate streams are used for reading from a source and for writing to a
destination or sink. For both these streams, the mechanism is open a stream, read or write
information, and close the stream. The java.io package provides a large number of classes
to handle the different physical I/O implementations. These are shown in Figures 7.1 to 7.4.
J2SE 1.4 includes the java.nio, or "New I/O," package. ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Java Programming

Java Programming

Hari Mohan Pandey
Java Programming

Java Programming

Poornachandra Sarang
JAVA Programming

JAVA Programming

K. Rajkumar
Java 9 for Programmers

Java 9 for Programmers

Paul J. Deitel, Harvey Deitel

Publisher Resources

ISBN: 9781558609099