Is it possible for a singleton to be marked for GC...
# android
c
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?