Home / CSE MCQs / Spring MCQs :: Discussion

Discussion :: Spring MCQs

  1. SimpleJdbcTemplate offers a convenient batch update method in the form of:-
  2. A.
    Vector
    B.
    Set
    C.
    Map
    D.
    List

    View Answer

    Workspace

    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