rajasekhar's blog
Thursday, January 21, 2010
Writing a string into text file - java
PrintWriter out = new PrintWriter(new FileWriter(outFile));
out.print(txt);
out.close();
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment