Free SpringSource CoreSpringV3.2 Practice Test & Real Exam Questions
ClientService service = applicationContext.getBean(ClientService.class)
Which statement is true with regards to the above example? (select one)
Which statement is true with regards to the above example? (select one)
Correct Answer: B
Vote an answer
Which statement best describes the advantage of using AfterReturning advice, rather than simply using after advice? (Select one)
Correct Answer: C
Vote an answer
You want to externalize constants from your Spring XML configuration file into a .properties file to your Spring beans. Which mechanism could you use? (select one)
Correct Answer: C
Vote an answer
Select which statement is true with respect to constructor injection with Spring (select one)
Correct Answer: D
Vote an answer
Identify the correct statement(s) about the following pointcut expression:
execution(* rewards..restaurant.*.*(*)) (select one or several answers)
execution(* rewards..restaurant.*.*(*)) (select one or several answers)
Correct Answer: C,D
Vote an answer
Which of the following statements best describes the benefits of using the Spring Framework with respect to unit testing? (Select one)
Correct Answer: D
Vote an answer
Consider the following Spring JMS configuration
<jms:listener-container connection-factory="connectionFactory">
<jms:listener destination="order.queue" ref="orderListener" method="order"/> </jms:listener-container>
Which of the following statements is truE. (select one)
<jms:listener-container connection-factory="connectionFactory">
<jms:listener destination="order.queue" ref="orderListener" method="order"/> </jms:listener-container>
Which of the following statements is truE. (select one)
Correct Answer: D
Vote an answer
Which of the following statements is NOT a characteristic of Spring Transaction Management? (Select one)
Correct Answer: A
Vote an answer
Which of the following statements about the @Autowired annotation is NOT true? (select one)
Correct Answer: D
Vote an answer
Select which statement(s) is/are true with respect to programming to interfaces with Spring
Correct Answer: A
Vote an answer
