adspace


What is jdbc template and how to use it in spring?

Answer Posted / Satya Pal

JDBCTemplate is a utility class in Spring that simplifies database access. To use JDBC Template, first, include the dependency in your project, then inject it into your bean. After that, you can use various methods provided by JDBCTemplate for creating, reading, updating, and deleting operations.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between @controller and @restcontroller in spring?

556


How can you inject java collection in spring?

518


What is lazy class?

490