Multiple Choice
Consider the following complete configuration sample:
< bean class="rewards.internal.RewardNetworkImpl" >
< property name="accountRepository" ref="accountRepository" />
< /bean>
< bean class="rewards.internal.account.JdbcAccountRepository"/>
Which of the following statements is true? (Select one)
A) This configuration is correct
B) This configuration is not valid because the first bean should have an id. Its value should be "rewardNetwork".
C) This configuration is not valid because the second bean should have an id. Its value should be "accountRepository".
D) Both (b) and (c)
Correct Answer:

Verified
Correct Answer:
Verified
Q1: Select which statement is true with respect
Q2: Select which of the following is a
Q3: Which of the following methods is NOT
Q5: ClientService service = applicationContext.getBean(ClientService.class) Which statement is
Q6: Which of the following is a valid
Q7: Identify the correct statement(s) about the following
Q8: Which of the following statements is true
Q9: Which of the following statements defines a
Q10: Assuming a web application context name of
Q11: Which of the following statements about the