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 Event - Delegate? clear syntax for writing a event delegate
when web.config file is being called or referenced?tell me about the searialized procedure followed in page loading.
Tell us what is json data, and what is one way that .net developers can work with json?
How inheritance works in .net?
What is the advantage of .net core?
What is .net and why it is used?
What is meant by managed and unmanaged code?
What is the purpose of enumerable class in .net?
Explain what is immutability, what is it for and how is it codified?
What is Application Domain?
How to manage pagination in a page using .net?
What are the different types of Classes in .NET?