In RESTful web services, a _______ request is often used to update existing resources.
- DELETE
- GET
- POST
- PUT
In RESTful web services, a PUT request is often used to update existing resources.
Loading...
Related Quiz
- In an advanced MVC framework, how is the decision made in a servlet to select a specific view based on business logic?
- In a high-load scenario, a web application is unable to obtain database connections quickly. What aspect of connection pooling should be optimized?
- In caching, __________ refers to the technique of dynamically adjusting the cache size based on current system load.
- _________ in JDBC helps in reusing the same connection for multiple database operations.
- To retrieve all the parameter names sent in a request, you can use the __________ method of the HttpServletRequest object.