Describe ways of cleaning up objects.

Answers were Sorted based on User's Feedback



Describe ways of cleaning up objects...

Answer / mercy

cleaning up objects is done by garbage collector.garbage
collector free up the memory when it is no longer need

Is This Answer Correct ?    1 Yes 0 No

Describe ways of cleaning up objects...

Answer / sankari

The cleaning up objects is done by finally block in
exception

the finally block always runs whether try raises its
excetion or not

usually finally block is used to clean up resources created
by try block

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Dot Net General Interview Questions

What is Event - Delegate? clear syntax for writing a event delegate

0 Answers  


when web.config file is being called or referenced?tell me about the searialized procedure followed in page loading.

1 Answers   AZTEC,


Tell us what is json data, and what is one way that .net developers can work with json?

0 Answers  


How inheritance works in .net?

0 Answers  


What is the advantage of .net core?

0 Answers  






What is .net and why it is used?

0 Answers  


What is meant by managed and unmanaged code?

0 Answers  


What is the purpose of enumerable class in .net?

0 Answers  


Explain what is immutability, what is it for and how is it codified?

0 Answers  


What is Application Domain?

1 Answers  


How to manage pagination in a page using .net?

0 Answers  


What are the different types of Classes in .NET?

0 Answers   PUCIT,


Categories