What is non_deterministic finalization?

Submitted by: Administrator
The Finalize method is actually executed by the runtime on a special thread allocated by the Garbage Collector (GC).The Finalize method is executed whenever the runtime feels it is appropriate, such as when a low-resource condition occurs and this situation is often referred to as non-deterministic finalization.
Submitted by: Administrator

Read Online VB .Net Job Interview Questions And Answers