Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
> > > Use BufferedWriter and BufferedReader to write and read the file. It will use text only. No junk at all!!! > > Hi, > > Perhaps this illustration code to help you on your way? > > import java.io.*; > > class SaveLabel > > System.out.println( "Printing the label to 'label.out'" ); > > fout.println( "------------------------" ); > > > > Rgds, > > Geert
Replies: |
Sponsored Links
|