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

Unit Testing and Integration Testing

February 21, 2024 by Coder Sathi

Unit testing and integration testing are two essential practices in software development that help ensure the quality and reliability of …

Read More Unit Testing and Integration Testing

Arrange Act Assert Pattern in Unit Testing

February 24, 2024February 20, 2024 by Coder Sathi

Unit testing is a crucial aspect of software development. It allows developers to verify the correctness of individual units of …

Read More Arrange Act Assert Pattern in Unit Testing

MongoDB bulkWrite in Java: A Comprehensive Guide

February 15, 2024January 31, 2024 by Coder Sathi

When working with large datasets in MongoDB using Java, it is crucial to optimize the performance of our database operations. …

Read More MongoDB bulkWrite in Java: A Comprehensive Guide

Step-by-Step Guide to Set Up Eclipse with Tomcat Server for Java Web Development

May 21, 2024January 21, 2024 by Coder Sathi

Setting up Eclipse with Tomcat Server for Java Web Development is straightforward. In this blog post, we will learn how …

Read More Step-by-Step Guide to Set Up Eclipse with Tomcat Server for Java Web Development

How to Pass Data from JSP to Servlet

December 26, 2024January 15, 2024 by Coder Sathi

Passing data from a JSP (JavaServer Pages) to a Servlet is a common task in Java web development. This guide …

Read More How to Pass Data from JSP to Servlet

What is JSP in Java?

November 8, 2024January 3, 2024 by Coder Sathi

JavaServer Pages (JSP) is a technology used to create dynamic web content in Java. It’s a part of the Java …

Read More What is JSP in Java?

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

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