In an advanced MVC framework, how is the decision made in a servlet to select a specific view based on business logic?

  • All views are pre-defined in a configuration file
  • Views are dynamically determined based on business logic
  • Views are hardcoded in the servlet
  • Views are randomly selected
In an advanced MVC framework, the decision to select a specific view is often based on dynamic business logic, allowing for flexibility in choosing views based on the outcome of the application's processing.
Add your answer
Loading...

Leave a comment

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