The __________ method is generally used for fetching data where the request does not affect server state.
- DELETE
- GET
- POST
- PUT
The GET method is generally used for fetching data where the request does not affect server state. It is considered idempotent.
Loading...
Related Quiz
- In the filter chain, the __________ method is used to perform the actual filtering.
- The __________ method of a filter is used for initialization.
- In a web application, you need to audit changes to session attributes. Which listener would you implement?
- What is the significance of using HttpOnly cookies in the context of XSS prevention?
- In an MVC framework, a servlet often delegates business logic processing to __________.