Multiple choice technology web technology For getting the data from server which method(s) AJAX use GET XML POST JSON TEXT 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.