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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *