Describe ways of cleaning up objects.
Answers were Sorted based on User's Feedback
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 |
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 |
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
What is Atomicity?
What is reflection and what is it for?
what is AGILE SCRUM methodoly....?
Explain me what is the difference between a class and an object, and how do these terms relate to each other?
Please explain what is the difference between constants and read-only variables?
What are the authentication methods in .net?
object is physical and class is logical..here class is not occupying any memory as our definition of class but i got a question then the class where it stores if it is not occupying any memory....
A developer company sends dlls to the client. Some client is not happy current functionality, so request some modification. Developer made some changes and send new dll to all clients. Some client is happy with old version, tell me minimal change to so that neither clients get affected?
What is smart navigation in .net?
Describe difference between inline and code-behind?
Explain assemblies in .net?