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

Java

Java Programing Language

Complete Guide to JaCoCo: How to Measure Java Code Coverage Accurately

May 25, 2026 by Yuba Raj Kalathoki

Software bugs cost time and money. One of the best ways to catch them early is by testing your code. …

Read More Complete Guide to JaCoCo: How to Measure Java Code Coverage Accurately

How to Fix NoClassDefFoundError: javax/xml/bind/DatatypeConverter in Java (Java 11+)

February 4, 2026 by Yuba Raj Kalathoki

While upgrading Java applications from Java 8 to Java 11 or later, many developers encounter the following runtime error: Caused …

Read More 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)

November 20, 2025 by Yuba Raj Kalathoki

When your database is hosted on a remote server, especially inside a private network or cloud VPC, you should never …

Read More 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)

November 3, 2025 by Yuba Raj Kalathoki

Working with JSON is a common task in modern Java development, especially when dealing with APIs and external data sources. …

Read More How to Convert JSON Array to Java List (With Examples)

PEMDAS in Java: Order of Operations Explained with Examples

March 21, 2025 by Yuba Raj Kalathoki

PEMDAS is a mnemonic for the order of operations in arithmetic. It ensures calculations are performed consistently. In Java, it governs how expressions …

Read More PEMDAS in Java: Order of Operations Explained with Examples

How to Avoid NullPointerExceptions (Best Practices)

March 17, 2025February 18, 2025 by Yuba Raj Kalathoki

NullPointerExceptions (NPEs) are a frequent headache for Java developers. They occur when your code tries to access a method or …

Read More How to Avoid NullPointerExceptions (Best Practices)

How to Use QueryDSL in Spring Boot 3: A Complete Guide to Type-Safe Queries [2025 Update]

February 18, 2025 by Yuba Raj Kalathoki

QueryDSL is a powerful framework for building type-safe, dynamic queries in Java applications. With Spring Boot 3 adopting Jakarta EE and deprecating javax.persistence, …

Read More How to Use QueryDSL in Spring Boot 3: A Complete Guide to Type-Safe Queries [2025 Update]

How to Create Executable JAR File (3 Methods Explained)

February 18, 2025February 16, 2025 by Yuba Raj Kalathoki

An executable JAR (Java Archive) file lets you run a Java application with a single click or command. Unlike standard …

Read More How to Create Executable JAR File (3 Methods Explained)

Most Frequently Asked Spring Boot Interview Questions for 2025

February 9, 2025February 9, 2025 by Yuba Raj Kalathoki

Spring Boot remains a cornerstone of modern Java development, empowering developers to build production-ready applications with minimal configuration. As demand …

Read More Most Frequently Asked Spring Boot Interview Questions for 2025

Integrate Spring AI with DeepSeek AI

March 26, 2025February 8, 2025 by Yuba Raj Kalathoki

In today’s AI-driven development landscape, integrating machine learning models into applications has become essential. When you integrate Spring AI with …

Read More Integrate Spring AI with DeepSeek AI

Older posts
Page1 Page2 … Page23 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