XML | JSON | AJAX TERMINOLOGIES DEFINED
DEFINE THE FF. XML, JSON AND AJAX A. XML (Extensible Markup Language): XML is a markup language that is used for storing and exchanging structured data. It provides a set of rules for encoding documents in a format that is both human-readable and machine-readable. XML uses tags to define elements and attributes to provide additional information about those elements. It is widely used in various domains, such as web development, data interchange, configuration files, and more. B. JSON (JavaScript Object Notation): JSON is a lightweight data interchange format that is easy for humans to read and write and easy for machines to parse and generate. It is often used to transmit data between a server and a web application as an alternative to XML. JSON is based on key-value pairs and supports arrays, objects, numbers, strings, boolean values, and null values. It has become popular in web development due to its simplicity and compatibility with many programming languages. C. AJAX (Asynchrono