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 |
Tell us what is a sealed class?
Explain webfarm vs webgardens in .net?
Give An example of a ctype and directcast.
What is the use of Treeview control?
Describe ways of cleaning up objects.
The project which you have made, which methodology did you use?
What are the different types of remote object creation mode in .net?
Describe session handling in a webform, how does it work and what are the limitations?
What is a formatter?
Explain what is heap and what is stack?
what is ItemTemplate and EditTemplate and FooterTemplate? what is the Purpose of useing template columns in datagrid?
Explain how does assembly versioning work?