Does spring boot need tomcat? : Spring Boot



Does spring boot need tomcat? : Spring Boot..

Answer / Ved Pratap Singh

No, Spring Boot does not always require Tomcat as an embedded server is provided by default (Tomcat, Jetty or Undertow). However, you can choose to use Tomcat if required.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

What is the purpose of @autowired in spring?

1 Answers  


What is jdbc template in spring?

1 Answers  


What is the difference between java singleton and spring singleton?

1 Answers  


What is autoproxy in spring?

1 Answers  


What is the advantage of dependency injection in spring?

1 Answers  


Explain the main aop concepts and terminology.

1 Answers  


In spring, what is weaving?

1 Answers  


What does a spring bean definition contain?

1 Answers  


What is @componentscan?

1 Answers  


What is the application context in spring?

1 Answers  


What is retention annotation?

1 Answers  


In how many ways can dependency injection be done?

1 Answers  


Categories