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.

← Converting infix expression to postfix expression using stack How to configure a cisco switch hostname →