
October 24th, 2000, 01:24 PM
|
|
Junior Member
|
|
Join Date: Oct 2000
Posts: 0
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
I'm experimenting with Java Servlets and Java, and have hit a wall with I/O. What methods would I use to open a file, read through it to the end, and write to the end of the file? With PERL (which I have experience with), you can open a file into an array, wich each component of the array equal to one line. Is there some sort of similar method in JAVA?
Thanks
|