What role do servlets play in handling controller logic in MVC frameworks?
- Servlets are responsible for rendering views in MVC frameworks.
- Servlets handle the controller logic by processing and managing user requests.
- Servlets manage database connections in MVC architectures.
- Servlets primarily focus on handling presentation logic in MVC.
Servlets play a crucial role in handling controller logic by processing and managing user requests, directing them to the appropriate components in the MVC architecture.
Loading...
Related Quiz
- How would a filter log request information without altering the request itself?
- The __________ method is called by the web container to indicate that a filter is being taken out of service.
- How can you track attribute changes in the HttpSession object?
- For a file upload, the request type must be __________.
- Describe the steps for setting up a custom error page for a specific type of exception in a servlet application.