A
Adam Smith
Hi. I have a static arraylist in a class which is populated during
the class's static constructor.
Will this arraylist or the class objects allocated on it ever be
garbage collected if I don't access it for a few hours? Other posts
to this board seem to point to no.
Thanks in advance.
Adam Smith
the class's static constructor.
Will this arraylist or the class objects allocated on it ever be
garbage collected if I don't access it for a few hours? Other posts
to this board seem to point to no.
Thanks in advance.
Adam Smith