Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Java by (45k points)

Could someone tell me what exactly is a DispatcherServlet?

1 Answer

0 votes
by (99k points)

DispatcherServlet performs as the front controller for Web applications based on Spring. These DispatcherServlets uses Spring configuration classes to discover the components it needs for request mapping, execution handling, etc.

Want to learn Java and get certified? Then check out the Java certification course from Intellipaat which offers 7 guided projects to gain the required hands-on experience along with 40hrs of online training course.

Also, do check out our YouTube video on Java Tutorial to get started.

Related questions

0 votes
1 answer
asked Nov 20, 2020 in Java by dev_sk2311 (45k points)
0 votes
1 answer
asked Nov 20, 2020 in Java by dev_sk2311 (45k points)
0 votes
1 answer
asked Nov 20, 2020 in Java by dev_sk2311 (45k points)
0 votes
1 answer
asked Nov 20, 2020 in Java by dev_sk2311 (45k points)
0 votes
1 answer
asked Nov 20, 2020 in Java by dev_sk2311 (45k points)

Browse Categories

...