Java 2 Primer Plus

   

Java™ 2 Primer Plus

By Steven Haines, Steve Potts

Table of Contents
Chapter 12.  Using Java's Input and Output Classes

1:

Use the stream classes to copy a text file.

2:

Read data from the standard input and echo it to the standard output and to a file called output.txt.

3:

Use the java.io.StreamTokenizer class to read a text document word-by-word and display each word on a separate line.


       
    Top
     

    Категории