Deleting part of Random Access File in Java
807605Jul 5 2007 — edited Jul 20 2007Hey; I am making a program that asks the user all sorts of things about their friends and then stores it in a Random Access File. Then I need to add a delete function that asks for a friend to be deleted and for this I need to know how do I delete an entry if I know where does the particular entry starts and end.
Thanks in advance