linked linked linkedin whatsapp remove
Feedback

Spring Framework Quiz Spring Framework

How do you refer to a collection in a Spring bean definition?

<list> <ref bean="one" /> </list>
<list> <reference bean="one" /> </list>
<lists> <ref bean="one" /> </lists>
None of these

Answer:
<list> <ref bean="one" /> </list>

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