最新的SpringSource Core-Spring (based on Spring 3.2) - CoreSpringV3.2免費考試真題
Which of the following statement is true concerning Spring's JmsTemplate (select one)
正確答案: D
Consider the following bean definition
<bean id="clientService" class="com.springsource.service.ClientServiceImpl" />
Using Spring AOP, you have declared a Pointcut targeting all methods inside the clientService bean. ClientServiceImpl implements 3 different interfaces.
Which interfaces will the proxy class implement? (Select one)
<bean id="clientService" class="com.springsource.service.ClientServiceImpl" />
Using Spring AOP, you have declared a Pointcut targeting all methods inside the clientService bean. ClientServiceImpl implements 3 different interfaces.
Which interfaces will the proxy class implement? (Select one)
正確答案: C
<bean name="clientService" class="com.foo.ClientServiceImpl" p:name="myName"/>
Which of the following statements is true regarding the above code sample? (Select one)
Which of the following statements is true regarding the above code sample? (Select one)
正確答案: C
Which of these is NOT a characteristic of Spring JDBC? (Select one)
正確答案: D
Which of the following statements about Spring @MVC is NOT true (select one)
正確答案: D
Which of the following statements defines a "pointcut"? (select one)
正確答案: A
In what order will these events occur during the initialization of the application? (Select one)
Select the best response
1 Setter Dependency Injection 2 Bean constructor 3 call BeanFactoryPostProcessors 4 call BeanPostProcessors
Select the best response
1 Setter Dependency Injection 2 Bean constructor 3 call BeanFactoryPostProcessors 4 call BeanPostProcessors
正確答案: C
Which of the following statements about the FactoryBean interface is NOT true? (select one)
正確答案: D
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)
正確答案: A
What is true regarding bean definition inheritance?
正確答案: B,D