Java MCQ Set 1 1. JdbcTemplate that takes advantage of Java 1.5 features such as auto-boxing, generics, and variable-length arguments to simplify its usage. a) org.springframework.jdbc.core.JdbcTemplate b) org.springframework.jdbc.core.simple.SimpleJdbcTemplate c) org.springframework.jdbc.* d) none of the mentioned AnswerAnswer: b [Reason:] org.springframework.jdbc.core.simple.SimpleJdbcTemplate is an evolution of JdbcTemplate that takes advantage of Java 1.5 features such as auto-boxing, generics,…