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.

  1. Fetch()
  2. Query()
  3. Get()

Answer: B) Query()

Explanation:

Using the query() function of the JdbcTemplate class, we can simply get records from the database.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.