---
title: "What technologies are being used in AJAX?"  
description: "What technologies are being used in AJAX?"  
author: "Anonymous User"  
published: 2012-06-04  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/1473/what-technologies-are-being-used-in-ajax  
category: "ajax"  
tags: ["ajax"]  
reading_time: 1 minute  

---

# What technologies are being used in AJAX?

**AJAX cannot work independently**. It is used in combination with other technologies to create interactive webpages. **\** **JavaScript-****JavaScript** function is called when an event occurs in a page. **XMLHttpReques-**JavaScript object that performs asynchronous interaction with the server.\
**Document Object Model (DOM)-**API for accessing and manipulating structured documents **Extensible HTML (XHTML) and Cascading Style Sheets (CSS)-**Allows for a clear separation of the presentation style from the content and may be changed programmatically by JavaScript.

## Answers

### Answer by Anonymous User

**AJAX cannot work independently**. It is used in combination with other technologies to create interactive webpages. **\** **JavaScript-****JavaScript** function is called when an event occurs in a page. **XMLHttpReques-**JavaScript object that performs asynchronous interaction with the server.\
**Document Object Model (DOM)-**API for accessing and manipulating structured documents **Extensible HTML (XHTML) and Cascading Style Sheets (CSS)-**Allows for a clear separation of the presentation style from the content and may be changed programmatically by JavaScript.


---

Original Source: https://www.mindstick.com/interview/1473/what-technologies-are-being-used-in-ajax

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
