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 |
Can ajax be implemented in browsers that do not support the xmlhttprequest object?
Does ajax have the same meaning as xmlhttprequest?
Is ajax an api?
What are the technologies used by ajax?
How can you find out that an ajax request has been completed? : asp.net ajax
How to control the duration of an Ajax request?
Which request is better, Get or Post?
What is asp.net 2.0 ajax?
How to control how long an ajax request may last?
What is the predominant distinction between javascript and j-query?
Is it true that a xmlhttprequest objects belongs to the w3c standard?
Is it true that ajax is code browser compatible?