Hello everybody,
I have an application which has two parts. It gets employee data from the user, SSN, firstname, lastname and stores it in a text file.
This data is stored in the format:
SSN: FirstName: LastName.
Then the String Tokenizer needs to get the individual parts of this using the delimiter:.
I am pasting the three files.
1.Employee1 - writes to the file
2.Employee App - calls Employee1
3.Employee2 - reads from file
The reading part using the String Tokenizer is not working. It is directly going to the catch statement.
I will really appreciate it if you can help me with this.
Thanks
Pallavi