SpringSource Core-Spring (based on Spring 3.2) - CoreSpringV3.2 Exam Practice Test

State which type of object the JdbcTemplate can be used to query (select one)
Correct Answer: D
@Transactional
public class ClientServiceImpl implements ClientService {
//...
}
Using Spring AOP, you have declared @Transactional at the class level. It applies to:
Correct Answer: C
Which of the following statements best describes the benefits of using the Spring Framework with respect to unit testing? (Select one)
Correct Answer: B
<bean name="clientService" class="com.foo.ClientServiceImpl" p:name="myName"/>
Which of the following statements is true regarding the above code sample? (Select one)
Correct Answer: D
Which statement concerning Aspect Oriented Programming (AOP) is true (Select one)
Correct Answer: D
Spring's RMI Service Exporter provides which of the following services? (select one)
Correct Answer: B
To register for a bean destruction callback, one can (Select one)
Correct Answer: B
Which of the following statements best describes the After Throwing advice type? (select one)
Correct Answer: B
Using declarative transaction management, by default a transaction rolls back if:
Correct Answer: D
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: B
0
0
0
0