https://quizack.com/spring-framework/mcq/spring-39-s-jdbctemplate-is-central-class-to-interact-with-a-database-through-jdbc-how-can-it-be-created
Answer:
JdbcTemplate template = new JdbcTemplate(myDataSource);
Note: This Question is unanswered, help us to find answer for this one