Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 236 Bytes

readme.md

File metadata and controls

3 lines (3 loc) · 236 Bytes

Java 9 Cleaner example

Since Java 9, finalize() is deprecated in favor of java.lang.ref.Cleaner. The FinalizerAndCleaner example shows the difference between synchronous finalization and asynchronous cleaning using Cleaner.