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
Can we nest the updatepanel controls? : asp.net ajax
Would we be able to call server-side code from javascript?
Why do we use the xmlhttprequest object in ajax? : asp.net ajax
Is ajax still in use?
Do ajax applications always deliver a better experience than that delivered by a traditional web application?
Differentiate between synchronous and asynchronous ajax requests.
What is ajax used for?
What are the browser versions that ajax is compatible with?
Is it true that ajax is code browser compatible?
What are the tools for debugging ajax applications?
What are the difference between AJAX and Javascript?
What are the advantages and disadvantages of ajax?
What’s new is the prominent use of these techniques in real-world applications to change the fundamental interaction model of the web. Ajax is taking hold now because these technologies and the industry’s understanding of how to deploy them most effectively have taken time to develop.
What are the benefits of ajax?
Don't be too quick to dump your plugin or applet based portions of your application. While ajax and dhtml can do drag and drop and other advanced user interfaces there still limitations especially when it comes to browser support. Plugins and applets have been around for a while and have been able to make ajax like requests for years. Applets provide a great set of ui components and apis that provide developers literally anything.