How does spring do dependency injection?
Answer / Girish Chandra Asrekar
Spring Framework performs Dependency Injection (DI) by managing the lifecycle of objects, creating instances of beans when needed, and injecting them into other dependent beans. This can be achieved using XML configuration, annotations, or Java Configurations.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are dispatcher servlet and context loader listener?
Explain the different modes of auto wiring.
What is the use of @service annotation in spring?
What is spring ioc in simple words?
What is pointcut in spring aop?
What is a jointpoint?
What are the benefits of the spring framework?
What is hikari in spring boot? : Spring Boot
What is the difference between maven and spring?
How do you access hibernate using spring?
What is @activeprofiles?
What are some of the design patterns used in the spring framework?