Common AJAX Response Formats

Which of these is NOT a common AJAX response format?

A HTML
B Binary Files
C Plain text
D XML
E JSON

Answer:

Binary Files is NOT a common AJAX response format.

The correct answer is Binary Files. While HTML, Plain text, XML, and JSON are commonly used AJAX response formats, binary files are not. Binary files include images, audio files, video files, and other non-text-based data. AJAX is typically used for transferring and manipulating text-based data.

← Best way to learn python programming How long does it take to greet a guest at the door →