I've written a stand alone program that performs simple text i/o. I would like to remove the main() method.
Are there any java experts in here that would show the code to split the attached program file into a ReadFileIn and a ReadFileInTestDrive?
I'm new to objects and I'm having a difficult time understanding how to move the main method from ReadFileIn.java to a new program ReadFileInTestDrive.java.
Bookmarks