N3WB Question: passing objects in java?
- by Adam Outler
Hello, I am new at java. I am doing the following:
Read from file, then put data into a variable.
checkToken = lineToken.nextToken();
processlinetoken()
}
But then when I try to process it...
public static void readFile(String fromFile) throws IOException {
BufferedReader reader = new BufferedReader(new…