Which HTTP method is idempotent and used primarily for retrieving data?
- DELETE
- GET
- POST
- PUT
The GET method is idempotent and is used primarily for retrieving data from the server.
Loading...
Related Quiz
- A servlet is configured to allow only specific file types for upload. What strategies should be implemented to ensure this?
- Which strategy involves adding more servers to handle increased load in a web application?
- What type of listener is used to monitor changes in ServletContext attributes?
- Which Java interface is typically used for creating custom log messages in a servlet?
- The __________ object provides the filter with its configuration information.