Data Structure
Java
Python
HTML
Interview Preparation
Interview Prep
Tutorials
Tracks
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.1K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.3K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
Java
9.3K+ articles
Misc
7.7K+ articles
Mathematics
5.6K+ articles
Java-Spring-JDBC
5 posts
Recent Articles
Popular Articles
Spring - Using SQL Scripts with Spring JDBC + JPA + HSQLDB
Last Updated: 09 October 2025
In this tutorial, we will demonstrate how to execute SQL scripts at application startup using Spring JDBC, JPA, and HSQLDB. These scripts can be used for creating tables, ...
read more
Picked
Java-Spring
Java-Spring-Data-JPA
Advance Java
Java-Spring-JDBC
Spring - SimpleJDBCTemplate with Example
Last Updated: 23 July 2025
The SimpleJDBCTemplate includes all the features and functionalities of the JdbcTemplate class, and it also supports the Java 5 features such as var-args(variable argument...
read more
Picked
Geeks-Premier-League-2022
Java-Spring
Springboot
Java-Spring-JDBC
Spring - Prepared Statement JDBC Template
Last Updated: 23 July 2025
In Enterprise applications, accessing and storing data in a relational database is a common requirement. Java Database Connectivity (JDBC) is an essential part of Java SE,...
read more
Picked
Geeks-Premier-League-2022
JDBC
Java-Spring
Springboot
Java-Spring-JDBC
Spring JDBC Example
Last Updated: 23 July 2025
Spring JDBC (Java Database Connectivity) is a powerful module in the Spring Framework that simplifies database interaction by eliminating boilerplate code required for raw...
read more
Geeks-Premier-League-2022
Java-Spring
Springboot
Java-Spring-JDBC
Spring - JDBC Template
Last Updated: 23 July 2025
In this article, we will discuss the Spring JDBC Template and how to configure the JDBC Template to execute queries. Spring JDBC Template provides a fluent API that improv...
read more
Picked
Geeks-Premier-League-2022
JDBC
Java-Spring
Springboot
Java-Spring-JDBC