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 |
Does load runner support ajax apps?
What are the types of post back in Ajax?
What are synchronous and asynchronous ajax requests?
Why does html_ajax hang on some server installs?
Describe Ajax With its Implementation Process ? Give an example?
What are all the security issues of Ajax?
Does java have support for comet style server-side push?
What are the limitations of Ajax?
What are the controls of the Script Management group?
What is the difference between a destructor and a garbage collector?
What is a simple example of where a ajax request would be used?
How can we handle concurrent requests?