What is the role of a handler in mvc based applications?
Answer Posted / Vipin Singh Rajput
In MVC-based applications, a Handler (or Dispatcher) acts as an interface between the Controller and View. It takes the user's request, dispatches it to the appropriate Action class for processing, and then returns the generated response for rendering.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers