Strings and Garbage Collection
Posted
by Kyle Rozendo
on Stack Overflow
See other posts from Stack Overflow
or by Kyle Rozendo
Published on 2010-03-11T06:52:24Z
Indexed on
2010/03/11
20:49 UTC
Read the original article
Hit count: 598
I have heard conflicting stories on this topic and am looking for a little bit of clarity.
How would one dispose of a string
object immediately, or at the very least clear traces of it?
© Stack Overflow or respective owner