Write a small record management application for a school. Tasks will be Add Record, Edit Record, Delete Record, List Records. Each Record contains: Name(max 100 char), Age, Notes(No Maximum Limit). No database should be used. All data must be stored in one or two files. Listing records should print the names of the users in alphabetical order. And the important thing is, total file should not be re-written for every add/delete operation. I had done this using jva files concept i have done like this
when data is given it is adding into a text field but the data is not storing in the next Line, how can i search a string with the data in the Text file.
Pls help me if any one