McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2026
→
Bachelor of Business Administration in ...
→
Advance PHP
→
Unit 2
→
GET request is often cacheable while----...
Q.
GET request is often cacheable while-----request is hardly cacheable. Sol:
A.
$_GET
B.
$_POST
C.
POST
D.
GET
Answer» C. POST
4.1k
0
Do you find this helpful?
34
View all MCQs in
Advance PHP
Discussion
No comments yet
Login to comment
Related MCQs
-------port number on which the web server is listening to incoming request Sol:
The-----method can retrieve information identified by the request-URl (Uniform Resource Identifier) Sol:
-----------events can be disabled for a particular Ajax request by passing inthe global option Sol:
--------(Global Event):This event is triggered if an Ajax request is started and no other Ajaxrequests are currently running. Sol:
------------(Local Event):This event, which is triggered before an Ajax request is started, allows you tomodify the XMLHttpRequest object. Sol:
------(Global Event):This global event is also triggered before the request is run. Sol:
-----------(Local Event):This event is only called if the request was successful (no errors from theserver, no errors with the data): Sol:
---------(Global Event):This event is also only called if the request was successful. Sol:
-------------(Local Event):This event is called regardless of if the request was successful, or not. Youwill always receive a complete callback, even for synchronous requests. Sol:
-------------(Global Event):This event behaves the same as the complete event and will be triggeredevery time an Ajax request finishes. Sol: