Answer Posted / 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 View All Answers
How is .net able to support a lot of languages?
What is the new three features of COM+ services, which are not there in COM (MTS)
How can I find out what the garbage collector is doing?
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 meant by localization?
Is there any attempt system for microsoft technology papers?
What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?
What is Code group in .Net with respect to CAS
What tools is used to develop .NET applications?
Explain asp.net?
Different levels of priority provided by .net.
What is assembly in .net?
Please explain what is the difference between encrypting a password and applying a hashing?
What is il and c#?
What is "common language runtime" (clr) in .net?