Computer Science, asked by jackie5773, 11 months ago

What do you mean by finalyzer? Explain with example?

Answers

Answered by nishantsingh34
0

Answer:

A finalizer is called when an object is garbage collected – after an object has become garbage (unreachable), but before its memory is deallocated. Finalization occurs non-deterministically, at the discretion of the garbage collector, and might never occur.

Answered by Anonymous
26

Answer:

A finalizer is called when an object is garbage collected – after an object has become garbage (unreachable), but before its memory is deallocated. Finalization occurs non-deterministically, at the discretion of the garbage collector, and might never occur

i hope this will help uhh

#AnswerWithQuality

#BAL.

Similar questions