AJAX aka Asynchronous JavaScript and XML is popular for designing the interactive web pages. It is the technique that let the users update some parts of the web page without refreshing the whole page. This is possible because it updates the web pages asynchronously and exchanges a small amount of data with the servers which is not seen by the users. This is why AJAX is also known as a game changer for improving the user experience.
11th Dec, 2019
0
JavaScript
Sharad Jaiswal
Below are few major features of Ajax
AJAX | JSON |
---|---|
AJAX refers to Asynchronous JavaScript and XML | JSON refers to JavaScript Object Notation. |
AJAX used to send and receive data between a web browser’s objects and another source usually a web server commonly over HTTP. | JSON is a simple data format that could be read by any human being. It can send via AJAX but can be used for other purposes besides AJAX. |
AJAX uses JavaScript programming language mainly for preparing interactive web pages | JSON uses a JavaScript programming language for developing any code. |
AJAX message entirely dynamic means it doesn’t have any specific structure. | JSON message always defines one well-defined Object structure |
AJAX is mainly used for designing the web page, especially when the page needs some server-side data without refreshing the same. | JSON is mainly using for Restful Web Service, which is not used for specific web applications. |
It is always used for web applications | JSON is sometimes not used for a web application at all. |
Atlas
Valid name is required.
Valid name is required.
Valid email id is required.
Sharad Jaiswal
Sharad Jaiswal is Sr. Web Developer from Noida area. He have rich experience in PHP, Angular Js, React, javascript and Node .If you any query or project on these programming you can drop your enquiry in comment section.