InterviewSolution
Saved Bookmarks
| 1. |
How Can We Fetch Records By Spring Jdbctemplate? |
|
Answer» We can fetch records from the DATABASE by the query method of JdbcTemplate. There are TWO INTERFACES to do this: We can fetch records from the database by the query method of JdbcTemplate. There are two interfaces to do this: |
|