What is the use of qualifier?



What is the use of qualifier?..

Answer / Jaya Tiwari

In Spring Framework, a qualifier is used to provide multiple bean instances that implement the same interface. It helps in resolving dependencies when there are multiple candidates for a dependency injection.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

How the aop used in spring?

1 Answers  


What is the difference between @autowired and @qualifier?

1 Answers  


Explain the types of advice in spring?

1 Answers  


What is the difference between pathvariable and requestparam?

1 Answers  


Is spring boot a mvc? : Spring Boot

1 Answers  


On what basis is a view chosen in the rendering phase?

1 Answers  


What are the different components of a spring application?

1 Answers  


What do you mean by annotation-based container configuration?

1 Answers  


What is spring and why it is used?

1 Answers  


What is spring @autowired?

1 Answers  


What is the default autowire in spring?

1 Answers  


How beans are created in spring?

1 Answers  


Categories