VB .Net Question:
Download Questions PDF

What is non_deterministic finalization?

Answer:

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.

Download VB .Net Interview Questions And Answers PDF

Previous QuestionNext Question
Differences between VB.Net and C#, related to OOPS conceptsHow do you define a read only property in a class module?