Home »
MCQs »
Spring MCQs
What are the limitations of autowiring in spring?
35. What are the limitations of autowiring in spring?
- Simple attributes like as primitives, Strings, and Classes cannot be autowired.
- Autowiring is not as precise as explicit wiring.
- All of the above
Answer: C) All of the above
Explanation:
Following are the disadvantages of autowiring:
- Simple attributes like as primitives, Strings, and Classes cannot be autowired.
- Autowiring is not as precise as explicit wiring.