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

Auto Generate Created and Modified Date Time in Spring Boot

February 11, 2025November 29, 2023 by Coder Sathi

In Spring Boot, managing timestamps for data auditing is simplified with Spring Data JPA’s auditing features. By using the @CreatedDate …

Read More Auto Generate Created and Modified Date Time in Spring Boot

Handle Null Values in QueryDSL Projections

February 15, 2024November 28, 2023 by Coder Sathi

QueryDSL is a powerful library for building type-safe SQL-like queries in Java, especially in conjunction with JPA (Java Persistence API). …

Read More Handle Null Values in QueryDSL Projections

Spring Data JPA Projection

November 9, 2024November 21, 2023 by Coder Sathi

Spring Data JPA has become a cornerstone for Java developers, simplifying the way data is accessed and managed in relational …

Read More Spring Data JPA Projection

(Solved) Java 8 date/time types are not supported by default

March 5, 2024November 14, 2023 by Coder Sathi

Java 8 introduced a new Date and Time API that brought significant improvements over the old java.util.Date and java.util.Calendar classes. …

Read More (Solved) Java 8 date/time types are not supported by default

Comparator in Java

February 13, 2025November 11, 2023 by Coder Sathi

Comparator in Java is an interface that belongs to the java.util package. It’s designed to facilitate the comparison of objects, …

Read More Comparator in Java

java.nio Package in Java

October 16, 2023 by Coder Sathi

The java.nio package provides a set of APIs for efficient non-blocking input/output (I/O) operations. Java NIO, short for New I/O, …

Read More java.nio Package in Java

Understanding String Interning in Java

May 20, 2024October 15, 2023 by Coder Sathi

String interning in Java is a process which optimizes memory consumption by storing only one copy of each unique string …

Read More Understanding String Interning in Java

finally Block in Java

February 12, 2025July 30, 2023 by Coder Sathi
Finally Block in Java

The finally block in Java is a block of code that is always executed, regardless of whether an exception is …

Read More finally Block in Java

Throwing and re-throwing an Exception in Java

February 12, 2025July 30, 2023 by Coder Sathi
Throwing and re-throwing an Exception in Java

When an exception is thrown, it is propagated up the call stack until it is caught by a try-catch block. …

Read More Throwing and re-throwing an Exception in Java

User Defined Exception in Java

February 12, 2025July 30, 2023 by Coder Sathi
User Defined Exception in Java

In Java, exceptions are used to handle errors that occur during the execution of a program. There are many built-in …

Read More User Defined Exception in Java

Older posts
Newer posts
← Previous Page1 Page2 Page3 Page4 … Page23 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