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