What is the difference between AJAX using .net over AJAX
using Java?
Answer Posted / dalchimsky
You are using a different server side programming language.
While .net is a quite closed created by Microsoft <TM>, and
still not quite ported to other systems like Linux or
Solaris, Java is an open language nowadays, which is widely
used on lots of systems from very small (mobile phones) to
very big (main frames). The Technique of AJAX, though, is
the same.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Do ajax applications always deliver a better experience than traditional web applications?
Is ajax still in use?
Can ajax technology work on web servers other than iis?
Can I use asp.net ajax with any other technology apart from asp.net?
How do you know that an ajax request has completed?
Describe the accordionextender control? : asp.net ajax
Do we have to use http get/post for the ajax calls?
What are the properties of xmlhttprequest?
How do we get the xmlhttprequest object?
What browsers support ajax?
What is xmlhttprequest object in ajax? How can you xmlhttprequest object?
Is ajax a framework?
When should I use an java applet instead of ajax?
What is the basic goals of AJAX ?
How do I handle the back and forward buttons?