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 data type and how many types of data types are in .NET ?
Explain the differences between server-side code and client-side code.
How to use datagrid value in select statements where condition ,if cell is hyperlink bounded column?
differance between checkbox and rediobutton in vb.net?
What base class do all Web Forms inherit from?
How can you see which services are running on a Windows box?
Writing a Stored procedure to insert the values into a table
What is an Interface? Have you ever developed an Interface.
What's singlecall activation mode used for in .net?
How do you trigger the paint event in system.drawing?
Explain what is heap and what is stack?
What is JIT and how is works?