In an MVC-based web application, where do servlets generally fit in?
- Controller
- DAO
- Model
- View
In an MVC-based web application, servlets generally fit in the Controller layer. They handle user input, process requests, and coordinate communication between the model and view components.
Loading...
Related Quiz
- A servlet receives a POST request with JSON data. What are the steps to correctly parse and use this data?
- The process of replacing older cache entries with new ones is known as __________.
- To access all initialization parameters, the method ________ can be used, which returns an _________.
- How does a database ensure data integrity during concurrent transactions?
- What is the main difference between 'write-through' and 'write-back' caching strategies?