Skip to content
CoderSathi
  • Tutorial
    • Java Tutorial
    • Swing Tutorial
    • JDBC Tutorial
    • Java String Tutorial
    • Servlet and JSP Tutorial
  • Mongo DB
  • AWS
  • DevOps
  • Linux
  • Git

jdbc

CRUD Operations in JDBC: A Step-by-Step Guide

March 29, 2025March 1, 2025 by Coder Sathi

Learn to Create, Read, Update, and Delete Data with Java Database Connectivity CRUD (Create, Read, Update, Delete) forms the foundation …

Read More CRUD Operations in JDBC: A Step-by-Step Guide

JDBC Tutorial: The Ultimate Guide to Java Database Connectivity

March 11, 2025March 1, 2025 by Coder Sathi

Learn to Build, Manage, and Scale Database-Driven Java Applications A Step-by-Step JDBC Tutorial for Beginners and Beyond Why Learn JDBC? …

Read More JDBC Tutorial: The Ultimate Guide to Java Database Connectivity

java.lang.ClassNotFoundException: com.mysql.jdbc.Driver

March 26, 2024January 7, 2023 by Coder Sathi
com.mysql.cj.jdbc.Driver

Whether you’re an experienced Java developer or a student who is just trying to learn Java, you may have encountered …

Read More java.lang.ClassNotFoundException: com.mysql.jdbc.Driver

JDBC Best Practices: Writing Robust and Efficient Database Code

March 15, 2025March 1, 2022 by Coder Sathi

Follow these guidelines to ensure your JDBC code is secure, maintainable, and performant. Why Best Practices Matter JDBC gives you …

Read More JDBC Best Practices: Writing Robust and Efficient Database Code

Caused by:org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null when ‘hibernate.dialect’ not set

September 24, 2023December 28, 2021 by Coder Sathi
Error: Could Not Find or Load Main Class

In this post, we will learn to fix a HibernateException that says Caused by:org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null. …

Read More Caused by:org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null when ‘hibernate.dialect’ not set

Processing Results with ResultSet in JDBC

March 1, 2025September 3, 2021 by Coder Sathi

Learn how to retrieve, navigate, and manipulate query results. What is a ResultSet? A ResultSet is a Java object that holds data …

Read More Processing Results with ResultSet in JDBC

Introduction to JDBC: Bridging Java and Databases

March 1, 2025September 1, 2021 by Coder Sathi

Learn how Java applications talk to databases using JDBC. What is JDBC? JDBC (Java Database Connectivity) is a Java API (Application …

Read More Introduction to JDBC: Bridging Java and Databases

Difference between PreparedStatement and CallableStatement

February 13, 2025June 24, 2021 by Coder Sathi

PreparedStatement and CallableStatement are both interfaces in the Java Database Connectivity (JDBC) API that are used to execute SQL statements. …

Read More Difference between PreparedStatement and CallableStatement

How To Connect MySQL Database Using Java

February 13, 2025May 7, 2021 by Coder Sathi

To connect to a MySQL database using JDBC, you will need to follow these steps: Load the MySQL JDBC driver …

Read More How To Connect MySQL Database Using Java

JDBC CachedRowSet Example

March 2, 2025April 1, 2021 by Coder Sathi

CachedRowSets are a type of ResultSet that can operate independently of the database. This means that once the data has …

Read More JDBC CachedRowSet Example

Older posts
Page1 Page2 Page3 Next →
+ Load More Post

Recent Posts

  • Java String Tutorial
  • Java String Best Practices and Common Pitfalls
  • Java 8+ String Enhancements: New Methods and Best Practices
  • Java String Security: Handling Passwords, SQL, and User Input
  • Java Special Characters: Escaping, Unicode, and Text Blocks
  • Java Regex Tutorial: Pattern, Matcher, and Practical Examples
  • Java String Manipulation: Replace, Split, and Join
  • Java String Performance: Optimize Concatenation with StringBuilder
  • Java String Formatting Guide: printf(), String.format(), and More
  • Java String Comparison: equals(), ==, and compareTo() Explained
  • Privacy Policy
  • About CoderSathi.com
  • Contact
Copyright © 2025
Next Page »
  • Tutorial
    • Java Tutorial
    • Swing Tutorial
    • JDBC Tutorial
    • Java String Tutorial
    • Servlet and JSP Tutorial
  • Mongo DB
  • AWS
  • DevOps
  • Linux
  • Git