Which class should be used in situations that require writing characters rather than bytes?
|
feedback
|
|
PrintWriter will be useful http://download.oracle.com/javase/1.4.2/docs/api/java/io/PrintWriter.html | |||||
feedback
|
|
An important thing to know about I/O in Java is that streams ( Readers and writers are a layer on top of streams. A | |||
feedback
|