is there a way to tell the compiler in Java or Android to not remove some statements in code -which are intended to clean up variables after use to prevent any data remnant in ram-?? would creating a dummy method solve this issue??
these statements basically set the variables to their type-based initial values..
Thanks in advance!