Why do we need to do Page-Remove?
Hi,
When developer does Obj-Browse, it may consume a lot of spaces in memory and it is advised to clean it up by Page-Remove before activity ends. I understand, but client asks "It will be cleaned up by Garbage Collection if not referenced anyways. Why should we remove?"
Can someone please give a valid reason for this?