nerdexam
Broadcom-VMware

2V0-72.22 · Question #27

Which two statements describe Spring JdbcTemplate? (Choose two.)

The correct answer is B. The JdbcTemplate provides the ability to work with result sets. D. The JdbcTemplate provides methods for query execution. See the full explanation below for the reasoning.

Question

Which two statements describe Spring JdbcTemplate? (Choose two.)

Options

  • AAll JdbcTemplate methods throw SQLException which you are required to handle.
  • BThe JdbcTemplate provides the ability to work with result sets.
  • CThe JdbcTemplate can only perform update but not insert to the database.
  • DThe JdbcTemplate provides methods for query execution.
  • EThe JdbcTemplate generates SQL statements.

How the community answered

(24 responses)
  • A
    17% (4)
  • B
    75% (18)
  • C
    4% (1)
  • E
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 2V0-72.22 Practice