Hey, been a long time since I've been on here. Been a long time (I'd say 8 months) since I've truly dealt with java. Before I briefly stopped with it, I never truly grasped file I/O.
so, whats the best way to implement it?
im doing a little project (for myself) which deals with everything I learned (besides applets) and Im now stuck on the I/O.
My goal is to be able to write files with several lines in them and be able to read each file seperately
*OR*
Write one file and keep adding to it and when I read it I can just scroll through it.
thanks