Hi all....
Can i clear the heap memory before starting my app by using this line of code?
"Runtime.getRuntime().freeMemory()" //TO CLEAR HEAP MEMORY.
"Runtime.getRuntime().totalMemory()" //TO GET TOTAL HEAP MEMORY.
if yes where should i need to add this line of code?
Thank You.

Reply With Quote


