top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is Spring JdbcTemplate class and how to use it?

0 votes
358 views
What is Spring JdbcTemplate class and how to use it?
posted Sep 13, 2017 by anonymous
Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Spring Framework provides excellent integration with JDBC API and provides JdbcTemplate utility class that we can use to avoid bolier-plate code from our database operations logic such as Opening/Closing Connection, ResultSet, PreparedStatement etc.

For JdbcTemplate example, please refer this link:
**https://www.journaldev.com/2593/spring-jdbc-example**

answer Sep 25, 2017 by Neeraj Kumar

Your answer

Preview

Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.
...