Direction: Choose the correct option
Q1.
What is Spring JDBC Template?
Direction: Choose the correct option
Q2.
Which package contains JdbcTemplate?
Direction: Choose the correct option
Q3.
How do you create a JdbcTemplate bean?
Direction: Choose the correct option
Q4.
What method do you use to execute a SELECT query that returns a list?
Direction: Choose the correct option
Q5.
What is a RowMapper used for?
Direction: Choose the correct option
Q6.
How do you execute an update (INSERT, UPDATE, DELETE) with JdbcTemplate?
Direction: Choose the correct option
Q7.
How do you execute a query that returns a single value (e.g., count)?
Direction: Choose the correct option
Q8.
What exception does JdbcTemplate throw on SQL error?
Direction: Choose the correct option
Q9.
How do you perform batch updates with JdbcTemplate?
Direction: Choose the correct option
Q10.
What is NamedParameterJdbcTemplate?
