VMware vRealize Automation 8.x (2022) — Question 32

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

Answer options

Correct answer: B, D

Explanation

The correct answers, B and D, highlight that JdbcTemplate indeed facilitates working with result sets and offers methods for executing queries. Option A is incorrect because not all methods throw SQLException; option C is wrong because JdbcTemplate can perform both updates and inserts; option E is inaccurate as JdbcTemplate does not generate SQL statements, but rather executes pre-defined queries.