Question: When working with Ajax applications, which is faster, XML or JSON?
- XML, because it is extensible
- JSON, because it transfers data without waiting for a server response
- XML, because it supports namespaces
- JSON, because it is already parsed into a JavaScript object
Answer: The correct answer of the above question is Option B:JSON, because it transfers data without waiting for a server response