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 |
Explain the benefits of spring framework?
Is spring boot an open source? : Spring Boot
How can you fetch records by spring jdbctemplate?
What are aspect, advice, pointcut, jointpoint and advice arguments in aop?
Explain the concept of aop.
What is context service?
Why do we go for spring?
Is spring a j2ee?
What are the advantages of using spring boot? : Spring Boot
Why is spring so important?
What is difference between ioc and dependency injection?
What are the different ways to set up a class like spring bean?