Web Technologies (HTML, CSS, JavaScript, HTTP)
Which statement correctly explains AJAX?
- A. An HTTP response status indicating that the request was successful.
- B. A programming interface that represents the structure of an HTML document as a tree of objects.
- C. A web technique that allows a page to update content asynchronously without a full page reload. ✓
- D. An architectural style for web services that uses standard HTTP methods to operate on resources.
Correct answer
C. A web technique that allows a page to update content asynchronously without a full page reload.
Explanation
AJAX refers to a web technique that allows a page to update content asynchronously without a full page reload.