What's the diff b/w destructor and garbage collector?
Answers were Sorted based on User's Feedback
Answer / shreenivas
A destructor is a special member function of a class which
is called as soon as a object is deallocated & Garbage
collector is program or an application that actually
deallocates the memory of long time unreachable object
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / nadim ahmad
destructor destroy the object but garbage collector allocate
the memory for objects
| Is This Answer Correct ? | 2 Yes | 8 No |
What is the work of the conformonformsubmit property in the confirmbuttonextender control? : asp.net ajax
Should I use xml or text, javascript, or html as a return type?
Describe how to handle concurrent ajax requests?
Does this mean adaptive path is anti-flash?
What are the differences between ajax and javascript?
Explain fetch api in javascript?
How to handel error in ajax?
What is xmlhttprequest object in ajax? How can you xmlhttprequest object?
How to control how long an ajax request may last?
What is asynchronous request in ajax?
What is the name of the dll that contains the ajax control toolkit?
Whattrigger will fire initially by using update panel?