Join Slack
Powered by
Is it possible for a singleton to be marked for GC...
# android
c
chuck
10/04/2016, 9:47 PM
Is it possible for a singleton to be marked for GC? I’ve read that if a
ClassLoader
is marked for collection then the corresponding static data can be collected as well. Does anyone know when a
ClassLoader
can be collected?
Open in Slack
Previous
Next