File Input Output Cheat Sheet Importing Libraries The primary library that deals with files: Java Code: import java.io.File; The library that deals with writing to files: Java Code: import java.io.PrintWriter; FYI If there is more then one type of information that is being transferred to or from a file, it is usually best to use a record; IMO. Writing to a File Declare ...
import java.io.File;
import java.io.PrintWriter;
thanks...
sorry for all the questions
thanks...
06-14-2013, 02:22 PM in gbonecapone