To maintain a separation of concerns, servlets in MVC should not directly manipulate the __________.
- Controller
- Database
- Model
- View
To maintain a separation of concerns, servlets in MVC should not directly manipulate the Controller.
Loading...
Related Quiz
- The __________ method is used to set an HTTP status code without a message.
- Which method is used to retrieve detailed information about an SQL exception?
- Filters can be used to implement ________, which is a common requirement in web applications.
- Which interface must be implemented by a servlet for asynchronous processing?
- In RESTful web services, a _______ request is often used to update existing resources.