What's the diff b/w destructor and garbage collector?
Answer Posted / 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 |
Post New Answer View All Answers
How can javascript be debugged?
What is xmlhttprequest object in ajax? How can you xmlhttprequest object?
Differentiate between synchronous and asynchronous ajax requests.
Will html_ajax integrate with other javascript ajax libraries such as scriptaculous?
Explain limitations of ajax.
Is ajax an api?
Is ajax still in use?
What is the use of the scriptmanager control in ajax? : asp.net ajax
What is the importance of client-side libraries? : asp.net ajax
Does java have support for comet style server-side push?
Does ajax have significant accessibility or browser compatibility limitations? Do ajax applications break the back button? Is ajax compatible with rest? Are there security considerations with ajax development? Can ajax applications be made to work for users who have javascript turned off?
Will html_ajax integrate with other javascript ajax libraries such as scriptaculous? How would this integration look like?
What javascript libraries and frameworks are available?
What are the basic controls in asp.net ajax?
When should I use an java applet instead of ajax?