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 Yuba Raj Kalathoki

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 Yuba Raj Kalathoki

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 Yuba Raj Kalathoki
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 Yuba Raj Kalathoki

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 Yuba Raj Kalathoki
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 Yuba Raj Kalathoki

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

What is JDBC: Bridging Java and Databases

November 3, 2025September 1, 2021 by Yuba Raj Kalathoki

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

Read More What is JDBC: Bridging Java and Databases

Difference between PreparedStatement and CallableStatement

February 13, 2025June 24, 2021 by Yuba Raj Kalathoki

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 Yuba Raj Kalathoki

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 Yuba Raj Kalathoki

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

  • How to Fix “Public Key Retrieval is not allowed” MySQL JDBC Error
  • Complete Guide to JaCoCo: How to Measure Java Code Coverage Accurately
  • How to Create a Google App Password: Full Step-by-Step Guide
  • How to Fix “Files Showing as Modified” in IntelliJ IDEA on macOS
  • How to Fix NoClassDefFoundError: javax/xml/bind/DatatypeConverter in Java (Java 11+)
  • How to Connect Java Application to a Remote Database Using an SSH Tunnel (with Spring Boot Examples)
  • How to Convert JSON Array to Java List (With Examples)
  • Configure CORS in Spring Cloud Gateway (WebFlux & WebMVC)
  • Java String Tutorial
  • Java String Best Practices and Common Pitfalls
  • Privacy Policy
  • About CoderSathi.com
  • Contact
Copyright © 2026
Next Page »
  • Tutorial
    • Java Tutorial
    • Swing Tutorial
    • JDBC Tutorial
    • Java String Tutorial
    • Servlet and JSP Tutorial
  • Mongo DB
  • AWS
  • DevOps
  • Linux
  • Git