Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Does it exist any way to make to JVM clear all used RAM on shutdown?

843811May 31 2002 — edited May 31 2002
I 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 28 2002
Added on May 31 2002
2 comments
222 views