Is it possible to prevent Java from swapping out certain objects?
This would be relevent if I cache a password inside a client Application for subsequent logins into a remote Service or for decrypting data from the local disk.
Unless the user does not encrypt his swap space, the password would appear as clear text in the swap space.
I googled around a while. I was suprised to find noting releated so far.