Multiple choice technology web technology

For getting the data from server which method(s) AJAX use

  1. GET

  2. XML

  3. POST

  4. JSON

  5. TEXT

  6. HTML

Reveal answer Fill a bubble to check yourself
A,C Correct answer
Explanation

AJAX can use both GET and POST HTTP methods to retrieve data from a server. GET is typically used for fetching data without side effects, while POST is used when sending data to the server.