Multiple Choice
Which of these is NOT a characteristic of Spring JDBC? (Select one)
A) Can be configured exclusively using annotations
B) Provides a callback approach when greater developer control is needed
C) Connections are acquired and released from the DataSource automatically
D) Translation of root cause checked exceptions to Spring DataAccessExceptions
Correct Answer:

Verified
Correct Answer:
Verified
Q13: Which statement best describes the advantage of
Q14: Which statement concerning Aspect Oriented Programming (AOP)
Q15: Which of the following statements about Spring's
Q16: Security filters are used in Spring Security
Q17: import com.springsource.service.*; ... @Configuration public class AppConfig
Q19: Consider the following Spring JMS configuration <jms:listener-container
Q20: Identify the correct statement(s) about the following
Q21: Which of the following statements is NOT
Q22: Which of the following statements is NOT
Q23: State which type of object the JdbcTemplate