R

Ram Sharma • 3.40K Points
Extraordinary

Q. Which .NET keyword is used to handle final cleanup before garbage collection?

  • (A) release
  • (B) dispose
  • (C) finalize
  • (D) destruct

Explanation by: Ram Sharma
`finalize` is used by the garbage collector to perform final cleanup before object destruction.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.