Proxiad interview question

Explain how Spring Web works

Interview Answer

Anonymous

29 Apr 2025

There is a dispatcher that handles all incoming requests, then provides the requests to the HandlerMapper which maps the correct request to the right controller