VMware vRealize Automation 8.x (2022) — Question 26
Which three types of objects can be returned form a JdbcTemplate query? (Choose three.)
Answer options
- A. Generic MapS
- B. Simple types (int, long, String, etc)
- C. JSONObject
- D. User defined types
- E. Properties
- F. XMLObject
Correct answer: A, B, D
Explanation
The correct answers are A, B, and D because JdbcTemplate can return results as a Generic Map, simple data types, and user-defined types. Options C, E, and F are not standard return types for JdbcTemplate queries.