Hi All,
I want to know in
java can we delete a class loaded in to memory.
for example I have a login module. After user logs in I want to delete all the login module related classes its members etc... from the memory.
Because those classes will not need after that.
tx