0% found this document useful (0 votes)
5 views

Spring Core

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

Spring Core

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

SPRING-IOC[SPRING CORE]

1. What is spring?

2. What is IOC container?

3. What is Dependency Injection?

4. Explain different way of Dependency Injection using XML based configuration?

5. What is Bean Factory?

6. What is Application Context in Spring?

7. Difference between Bean Factory and Application Context?

8. What are different bean scopes in spring?

9. Explain Dependency Injection in Bean Factory

• Constructor Injection

• Setter Injection

10.Explain Dependency Injection in Application Context with annotations

• Constructor Injection

• Setter Injection

• Variable Injection

11.Explain Dependency Injectionof object in Application Context[Autowired]

12.Explain below Annotations

• @Configuration

• @ComponentScan

• @Component

• @Bean

• @Autowired
• @Qualifier

• @Primary

• @Value

13.Difference between @Qualifier and @Primary annotations?

You might also like