A ________ request can be cached by the browser, whereas a ________ request cannot.
- GET; POST
- GET; PUT
- POST; DELETE
- POST; PUT
A GET request can be cached by the browser, whereas a POST request cannot be cached.
Loading...
Related Quiz
- The method __________ is used when the servlet needs to redirect the client to a different domain.
- What is the best practice for handling SQL exceptions in a multi-tier application?
- To ensure efficient use of database connections, pools use a technique called _________.
- The __________ element in web.xml is used to define a logical name for a servlet.
- What is the impact of synchronization on servlet performance?