Why is garbage collection necessary in C#?
Anonymous
An object becomes available for garbage collection when it is marked as null, goes out of scope or is no longer referenced by any non-null objects within an application. In simple terms, a Java object becomes available for garbage collection when it is no longer in use by the application.
Check out your Company Bowl for anonymous work chats.