Does spring boot use dispatcher servlet? : Spring Boot



Does spring boot use dispatcher servlet? : Spring Boot..

Answer / Ashutosh Jha

Spring Boot does not require explicit configuration of the DispatcherServlet, as it is automatically configured by default when a web application context is created.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

What is difference between static and singleton class?

1 Answers  


What is the implementation of the bean factory container?

1 Answers  


Which is the best way of injecting beans and why ?

1 Answers  


Explain the concept of a beanfactory?

1 Answers  


What is postconstruct?

1 Answers  


What is spring configuration file?

1 Answers  


Is dependency injection necessary?

1 Answers  


Describe aop.

1 Answers  


What is repository model?

1 Answers  


How many ways can you make beans in spring?

1 Answers  


Can we learn spring boot without spring? : Spring Boot

1 Answers  


What is @pathparam?

1 Answers  


Categories