What is the default autowiring in spring?



What is the default autowiring in spring?..

Answer / Siddharth Chaudhary

The default autowiring strategy in Spring is by type, which attempts to match beans based on their types and interfaces. If no exact match is found, Spring throws an AutowiredException.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

Why do we need spring mvc?

1 Answers  


What is bean factory in spring?

1 Answers  


What is @restcontroller?

1 Answers  


What is meant by application context in spring?

1 Answers  


What is webapplicationinitializer in spring?

1 Answers  


What is microservice in spring?

1 Answers  


What is java spring framework?

1 Answers  


How to use spring boot to configure different datasources ?

1 Answers  


Why we need to integrate struts with spring?

1 Answers  


What is @activeprofiles?

1 Answers  


What is the difference between @configuration and @component?

1 Answers  


What is spring boot and spring mvc? : Spring Boot

1 Answers  


Categories