Discussion :: Spring MCQs
- SimpleJdbcTemplate offers a convenient batch update method in the form of:-
Answer : Option D
Explanation :
SimpleJdbcTemplate offers a convenient batch update method for you to specify a SQL statement and a batch of parameters in the form of List so that you don't need to implement the BatchPreparedStatementSetter interface.
Be The First To Comment