Question: When working with Ajax applications, which is faster, XML or JSON?

  1. XML, because it is extensible
  2. JSON, because it transfers data without waiting for a server response
  3. XML, because it supports namespaces
  4. 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