linked linked linkedin whatsapp remove
Feedback

Spring Framework Quiz Spring Framework

Which of the following statements is NOT true about the @Autowired annotation?

@Autowired annotation was enabled with the <context:annotation-config> element
@Autowired annotation can be applied on more than one properties in the same class
@Autowired annotation can be applied on more than one constructor method in the same class
@Autowired annotation can be applied on more than one setter method in the same class

Answer:
@Autowired annotation can be applied on more than one constructor method in the same class

Note: This Question is unanswered, help us to find answer for this one