Keep an eye out for static containers. Any objects in a static container will remain as long as the class is loaded.
The solution is to use the
Edit: removed incorrect remark on WeakReferenceclass.
|
2 | Remove incorrect remark about WeakReference. | ||
|
Keep an eye out for static containers. Any objects in a static container will remain as long as the class is loaded. The solution is to use the Edit: removed incorrect remark on WeakReferenceclass. |
||||
|
1 |
|
||
|
Keep an eye out for static containers. Any objects in a static container will remain as long as the class is loaded. The solution is to use the WeakReference class. |
||||