Database Connection in Java (JDBC) Tutorial
Establish a database connection in Java is a common problem. Java provides a JDBC (Java Database Connectivity) API to do that. In this article, I’ll explain what is a JDBC driver, how to create the JDBC connection and execute SQL query. I prepared an example of manual transactions management inside of JDBC connections as well. … Read more