| Author |
How to create and write text files in server?
|
Bhuvana Raj
Ranch Hand
Joined: Sep 07, 2006
Posts: 74
|
|
Hello to Everybody, I need to create text file and write some contents on server.I am using jdk 1.5 and Tomcat 5.1. Please help me with a sample snippet code. Regards, Bhuvana
|
 |
Lucas Lee
Ranch Hand
Joined: Oct 02, 2006
Posts: 53
|
|
It's simple... Check the JDK API document about java.io.FileOutputStream or FileWriter ...
|
 |
Bhuvana Raj
Ranch Hand
Joined: Sep 07, 2006
Posts: 74
|
|
Hi, Thanks for your reply. Regards, Bhuvana
|
 |
 |
|
|
subject: How to create and write text files in server?
|
|
|