What are the different types of automatic binding in spring?



What are the different types of automatic binding in spring?..

Answer / Babita Singh

In Spring Framework, there are two main types of automatic binding:nn* Constructor-based autowiring: The dependencies are injected through constructors.n* Setter-based autowiring: The dependencies are set through setter methods.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

Explain the benefits of spring framework?

1 Answers  


Is spring boot an open source? : Spring Boot

1 Answers  


How can you fetch records by spring jdbctemplate?

1 Answers  


What are aspect, advice, pointcut, jointpoint and advice arguments in aop?

1 Answers  


Explain the concept of aop.

1 Answers  


What is context service?

1 Answers  


Why do we go for spring?

1 Answers  


Is spring a j2ee?

1 Answers  


What are the advantages of using spring boot? : Spring Boot

1 Answers  


Why is spring so important?

1 Answers  


What is difference between ioc and dependency injection?

1 Answers  


What are the different ways to set up a class like spring bean?

1 Answers  


Categories