Home »
MCQs »
Spring MCQs
When using ____ autowiring mode, the bean id and reference name must be identical?
17. When using ____ autowiring mode, the bean id and reference name must be identical.
- Byname
- ByType
- No
- Constructor
Answer: A) Byname
Explanation:
When using byName autowiring mode, the bean id and reference name must be identical.