adspace


What is front controller?

Answer Posted / Sulabh Trivedi

In the MVC (Model-View-Controller) design pattern, the Front Controller acts as an entry point for all requests from users and dispatches them to the appropriate handler. It handles all HTTP requests and manages the application's global state.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is latest mvc version?

74