1.

What is the difference between Ajax and JSON?

Answer»
S.noAJAXJSON
1.AJAX is a group of technologies.JavaScript OBJECT Notation or JSON is a text-based OPEN standard designed for human-readable data interchange.
2.It refers to receiving and sending data between a web browser’s objects and another source.JSON is a data and can be sent VIA AJAX but can be used for other purposes besides AJAX.


Discussion

No Comment Found