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

How to Create Executable JAR File (3 Methods Explained)

February 18, 2025February 16, 2025 by Coder Sathi

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 Coder Sathi

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 Coder Sathi

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

Java Varargs (Variable Arguments)

February 5, 2025February 4, 2025 by Coder Sathi

As a developer, you’ve likely faced scenarios where a method needs to handle an unpredictable number of arguments. Writing separate …

Read More Java Varargs (Variable Arguments)

How to Accept List of IDs as Request Parameters in Spring Boot

February 4, 2025November 11, 2024 by Coder Sathi

Accepting a list of IDs in your Spring Boot application can be helpful when you need to fetch multiple records …

Read More How to Accept List of IDs as Request Parameters in Spring Boot

Master Spring Data JPA Method Queries: The Ultimate Guide for Spring Boot Developers

February 4, 2025November 9, 2024 by Coder Sathi

Spring Data JPA method queries provide a powerful way to create custom queries without writing SQL. By following simple naming …

Read More Master Spring Data JPA Method Queries: The Ultimate Guide for Spring Boot Developers

Send Java Object as Request Parameter Using Feign Client

February 4, 2025July 10, 2024 by Coder Sathi

When working with Spring Boot and Spring Cloud, Feign clients make it easy to communicate with other microservices. However, passing …

Read More Send Java Object as Request Parameter Using Feign Client

How to Perform Case-Insensitive Sorting in MongoDB Using Java?

February 4, 2025May 18, 2024 by Coder Sathi

Struggling with case-sensitive sorting in your MongoDB queries written in Java? You’re not alone. By default, MongoDB sorts data based …

Read More How to Perform Case-Insensitive Sorting in MongoDB Using Java?

How to Read Text from Image in Java?

November 20, 2024April 27, 2024 by Coder Sathi

In today’s digital age, the ability to extract text from images has become an essential task for many applications. Whether …

Read More How to Read Text from Image in Java?

Java Tutorial

April 5, 2025April 7, 2024 by Coder Sathi
java swing tutorial

The best Java tutorial for beginners. Learn Java from the ground up with this comprehensive tutorial. This Java tutorial is …

Read More Java Tutorial

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