What is use of @qualifier in spring?



What is use of @qualifier in spring?..

Answer / Surbhi Jain

The '@Qualifier' annotation is used to inject a specific bean among multiple beans with the same type. It provides a way to resolve ambiguity when autowiring dependencies.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

What is front controller in spring mvc?

1 Answers  


What does a framework means?

1 Answers  


What is resultsetextractor?

1 Answers  


Tell us about spring security.

1 Answers  


What are the different types of advice?

1 Answers  


What is @controller annotation in spring boot? : Spring Boot

1 Answers  


What is circular dependency in spring?

1 Answers  


Why spring security is used?

1 Answers  


Why would you use dependency injection?

1 Answers  


What is repository model?

1 Answers  


What are the disadvantages of auto wiring?

1 Answers  


What is proxy object in spring aop?

1 Answers  


Categories