idkrtm.com
Reading and Writing Files in Java - I Don't Know, Read The Manual
A common task in any programming language is Reading and Writing files. Below are a couple of functions that can be used for these purposes, along with descriptions of their use. Be sure to import java.io for these functions to work.
Sean Conroy