What are the various characteristics of AJAX?

What are the various characteristics of AJAX?M Each correct answer represents a complete solution.
Choose all that apply.

What are the various characteristics of AJAX?M Each correct answer represents a complete solution.
Choose all that apply.

A.
It uses DOM for interacting with the page.

B.
It supports the data interchange between XML and XSLT.

C.
It uses COM for interacting with the page.

D.
It supports HTML and CSS standards-based presentation.

E.
It supports synchronous data retrieval with XMLHttpRequest.

Explanation:
Asynchronous Javascript and XML (AJAX) is a combination of number of existing technologies, such
as HTML, CSS, DOM, XML, XSLT, XMLHttpRequest, and JavaScript. It is used on the client-side for
creating the interactive Web applications. The various characteristics of AJAX are as follows:
1.It supports HTML and CSS standards based presentation.
2.It uses DOM for interacting with the page.
3.It supports the data interchange between XML and XSLT.
4.It supports synchronous data retrieval with XMLHttpRequest.
Answer C is incorrect. This is an invalid option.



Leave a Reply 0

Your email address will not be published. Required fields are marked *