We are developing a prototype for an Air Force system which will
eventually need to be C2 compliant. One of the four criteria is for
object reuse. What this really means is that memory, as managed by the
OS, needs to be overwritten prior to being returned and reallocated to
another user. In this way it is guaranteed that classified information
that used to be in that location will not be inadvertantly given to
another user.
I would like to know if there is an easy way to implement this
characteristic with reusable components. I am just learning Java so I
am a little unsure of what resources are available. Could you give me
some guidance?????
Rich Bland