In MVC architecture, how does a servlet interact with the model to process business logic?

  • Servlets communicate with the model through JavaBeans or other business logic components.
  • Servlets directly manipulate the model by interacting with the database.
  • Servlets have no interaction with the model in MVC.
  • Servlets use JSPs exclusively to handle business logic in MVC.
Servlets interact with the model by communicating through JavaBeans or other dedicated business logic components to process business logic in an MVC application.
Add your answer
Loading...

Leave a comment

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