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 |
What is a .DLL and .EXE files called in .NET?
Using activex control in .net?
When a Static Constructor called in .NET?
Explain me how does linq work?
What is equivalent for regsvr32 exe in .net ?
What is static constructor, when it will be fired?
What is finalize method in .net?
What is the transport protocol you use to call a seb service soap?
Explain how viewstate is being formed and how it's stored on client in .net?
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
What is the difference between custom control and web control?
What is msil, il?