Re: file as temporary data storage
Posted By:
srini_vasan
Posted On:
Tuesday, October 4, 2005 11:19 AM
Hi
U don't need to go to XML.
1) Just collect the objects from file . just store them into
ArrayList or Vector .
2) Remove record from ArrayList or Vector using
method remove(index).
thanks,
srini