Does it exist any way to make to JVM clear all used RAM on shutdown?
843811May 31 2002 — edited May 31 2002I am developing client-server software that need to be high secured.
One of the demand is that client application must cleaning up
all used RAM memory on it's exit to prevent unauthorized access to data.
But java-native classes like String or JTable do not allow change it's content directly.
Any ideas, assumptions, guesses?
Beforehand thank.