Home »
MCQs »
Spring MCQs
Using the ____ function of the JdbcTemplate class, we can simply get records from the database
43. Using the ____ function of the JdbcTemplate class, we can simply get records from the database.
- Fetch()
- Query()
- Get()
Answer: B) Query()
Explanation:
Using the query() function of the JdbcTemplate class, we can simply get records from the database.