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.

← Why is the gps not displaying for employees Which command is used to configure a switch to use dns for name resolution →