Multiple choice

Which of the following methods releases unmanaged resources and performs other cleanup operations before the component is reclaimed by garbage collection?

  1. Finalize

  2. GetHashCode

  3. Fill

  4. CreateObjRef

  5. DataSource

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

It releases unmanaged resources and performs other clean up operations before the component is reclaimed by garbage collection.