In an MVC framework, a servlet often delegates business logic processing to __________.
- DAO
- controller
- model
- view
In an MVC framework, a servlet often delegates business logic processing to the controller layer, which is responsible for handling user input and coordinating the application's response.
Loading...
Related Quiz
- How can a server control the lifetime of a cookie in a client's browser?
- What is the primary purpose of using filters in web applications?
- What is the primary purpose of encoding user input in web applications?
- Why is it important to close resources like database connections in servlets?
- What is the significance of using HttpOnly cookies in the context of XSS prevention?