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 |
Describe how to handle concurrent ajax requests?
Cannot parse xml generated by jsp I am generating an xml using jsp, when I run the jsp in ie it shows the xml as per dom, but when I try to parse it using javascript , the command xmldoc.documentelement ?
How do I access data from other domains to create a mashup with java?
How do we get the xmlhttprequest object in ajax?
What are all the features of Ajax?
What are the limitations of Ajax?
Will html_ajax integrate with other javascript ajax libraries such as scriptaculous?
Does java have support for comet style server-side push?
How to create an ajax website using visual studio?
Can ajax technology work on web servers other than iis?
How do I provide internationalized ajax interactions?
What are the differences between ajax and javascript?