Does ajax have the same meaning as xmlhttprequest?



Does ajax have the same meaning as xmlhttprequest?..

Answer / Pankaj Gautam

XMLHttpRequest (XHR) is a method used by AJAX to communicate with servers. It's not the same as AJAX, but it is a crucial part of implementing AJAX functionality.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AJAX Interview Questions

What are the tools for debugging ajax applications?

1 Answers  


Is it possible to use fileupload control within the update panel?

1 Answers  


Is it true that a xmlhttprequest objects belongs to the w3c standard?

1 Answers  


In ajax does the client or the sever have the control?

1 Answers  


Is adaptive path selling ajax components or trademarking the name? Where can I download it?

1 Answers  


When will html_ajax have a stable release?

1 Answers  


How can we assign an object in Java Script?? For Example:- ----------- If i create an object "obj1" var obj1 = Object(); obj1.name = "hari"; and if i want to assign it to two objects "obj2" and "obj3" with different names... obj1.name = "gopi" obj2 = new Object(obj1); obj1.name = "raghu" obj3 = new Object(obj1) Now ob2.name become to "raghu" from "gopi". WHY? how to solve the above problem?

2 Answers  


Is javascript knowledge is required to do Ajax?

1 Answers  


What is AJAX Framework?

1 Answers  


What are the common problems (errors) you get while implementing AJAX?

1 Answers   Hoch Technologies,


What is AJAX Control Extender Toolkit?

1 Answers  


How do I access data from other domains to create a mashup with java?

1 Answers  


Categories