State the differences between the Dispose() and Finalize(). Ans. CLR uses the Dispose and Finalize methods to perform garbage collection of run-time objects of .NET applications. The Finalize method is called automatically by the runtime. CLR has a garbage collector (GC), which...
See more
Download the Study24x7 App, so you can connect and collaborate.