What's ThreadLocal in Java and how it causes memory leak?
This article is just for self-learning. To understand this question, we need to know what is WeakReference in Java.
What's WeakReference?
In short, any WeakReference object in Java will be cleaned up whenever garbage collection determines to do so.
W...
xyao.hashnode.dev2 min read