To send a large amount of data in a request, the _______ method is preferred.
- DELETE
- GET
- POST
- PUT
To send a large amount of data in a request, the POST method is preferred as it allows for sending data in the request body.
Loading...
Related Quiz
- To pass control to the next entity in the filter chain, a filter must call the _______ method.
- When refactoring a servlet to make it more configurable, what changes are made regarding initialization parameters?
- The __________ object provides the filter with its configuration information.
- How do you specify the URL patterns to which a filter should apply?
- The __________ method is essential for managing user logouts in secure web applications.