Which component in the MVC framework is typically implemented using servlets?
- Controller
- DAO
- Model
- View
In the MVC framework, servlets are typically used to implement the Controller component, responsible for handling user input, processing requests, and interacting with the model and view components.
Loading...
Related Quiz
- Which HTTP header is commonly used to control cache behavior in web browsers?
- When using a CallableStatement, the method _________ is used to register an OUT parameter.
- What is two-phase commit protocol in the context of transaction management?
- How can input sanitization be ineffective against certain advanced XSS attacks?
- What is the role of a servlet filter in security?