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.

  1. Byname
  2. ByType
  3. No
  4. Constructor

Answer: A) Byname

Explanation:

When using byName autowiring mode, the bean id and reference name must be identical.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.