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
Which are the trigger types that we find in update panel?
Is it possible to use fileupload control within the update panel?
How do we debug javascript?
Is it true that ajax is code browser compatible?
What are the new features of asp.net ajax 4.0?
Describe the ajax design pattern.
Did adaptive path invent ajax?
Some of the google examples you cite don't use xml at all. Do I have to use xml and/or xslt in an ajax application?
Is the server or the client in control in ajax?
How do we manage concurrent request?
Explain what is polling in ajax?
Explain the updatepanel control? : asp.net ajax
What is the difference between javascript and ajax?
What is the response time when using ajax?
Are ajax applications easier to develop than traditional web applications?