Hi Michael, I'm sure that the array of object has all data pulled from the text file. I can get the value of employeeID from the array of object, but when I compare with a given string, then it does not work. for (int i=0; i { if(employeeList[i].getEmployeeID()== "1234" ) System.out.println(employeeList[i]); }
eric
modified on Sunday, December 30, 2007 6:25:21 AM