I have a static member in Utility class, which is being accessed from most of my activities to store history info. I want to persist this static member when Utility class is about to be GCed. I tried below options.I have a static member in Utility class, which