Which of the following statements is true regarding the above code sample? (Select one)

Posted by: Pdfprep Category: CoreSpringV3.2 Tags: , ,

Which of the following statements is true regarding the above code sample? (Select one)

<bean name="clientService" class="com.foo.ClientServiceImpl" p:name="myName"/>
A . This syntax requires the declaration of the "p" namespace
B . myName is a scalar value (as opposed to a reference to an existing bean)
C . Both a and b
D . Neither a or b

Answer: C

Leave a Reply

Your email address will not be published.