» Spring JDBC Interview Questions 13) What are the advantages of JdbcTemplate in spring? Less code: By using the JdbcTemplate class, you don't need to create connection,statement,start transaction,commit transaction and close connection to execute different queries. You can execute the query di...