|
removing an object from memory
I have a class that has a lot of fields to hold data. I made an object and put data into the fields and used that object as required. Now I am done with the stuff required with this object and want to remove this from memory (because my application requires a lot of memory).
How can this be done?
Please help me out.
Cheers
|