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

Java Varargs (Variable Arguments)

February 5, 2025February 4, 2025 by Yuba Raj Kalathoki

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)

Data Types in Java

February 3, 2025January 18, 2025 by Yuba Raj Kalathoki

Java is a strongly-typed language, meaning every variable must be declared with a data type. This ensures type safety, which …

Read More Data Types in Java

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

February 4, 2025November 11, 2024 by Yuba Raj Kalathoki

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

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

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

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

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

Spring Data REST example.

February 4, 2025February 13, 2024 by Yuba Raj Kalathoki

Developing a RESTful API can be a complex task, involving the creation of multiple layers such as controllers and services. …

Read More Spring Data REST example.

MongoDB bulkWrite in Java: A Comprehensive Guide

February 15, 2024January 31, 2024 by Yuba Raj Kalathoki

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

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