user image

Gagan Mishra

Job Interview Skills
English
2 years ago

Question 595. What Is The Difference Between Finalize And Dispose (garbage Collection)

user image

Abhishek Mishra

2 years ago

Finalize is the backstop method, called by the garbage collector when it reclaims an object. Dispose is the "deterministic cleanup" method, called by applications to release valuable native resources (window handles, database connections, etc.)

Recent Doubts

Close [x]