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.

← System analysis investigating a compromised linux server Trusted platform module tpm the key to hardware based cryptographic processing and secure key storage →