A Phantom Reference refers to a reference type of objects in java. It is the weakest of the reference types. If an object is finalized, but its memory is not yet reclaimed, is phantomly referenced. Alternative of deprecated finalization via finalize() method
A Phantom Reference refers to a reference type of objects in java. It is the weakest of the reference types. If an object is finalized, but its memory is not yet reclaimed, is phantomly referenced.