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

How to Create Method in Java?

March 30, 2025July 29, 2023 by Yuba Raj Kalathoki

Creating a method in Java is essential for organizing code, promoting reusability, and streamlining complex tasks. Methods act as reusable blocks …

Read More How to Create Method in Java?

How to enable authentication in MongoDB Server?

August 14, 2023July 27, 2023 by Yuba Raj Kalathoki
check MongoDb database size

By default, MongoDB has authentication disabled. To enable authentication in MongoDB we need to create a user and also have …

Read More How to enable authentication in MongoDB Server?

ArrayIndexOutOfBoundsException in Java

September 14, 2023July 23, 2023 by Yuba Raj Kalathoki
ArrayIndexOutOfBoundsException in Java

An ArrayIndexOutOfBoundsException is a common runtime exception in Java that occurs when we try to access an element of an …

Read More ArrayIndexOutOfBoundsException in Java

Default Variable Initialization in Java

March 19, 2025July 23, 2023 by Yuba Raj Kalathoki

Default Variable Initialization in Java refers to the automatic assignment of default values to variables when they are declared but …

Read More Default Variable Initialization in Java

Array Declaration in Java

July 24, 2023July 20, 2023 by Yuba Raj Kalathoki
Declare and then initialize the array

In Java, arrays are used to store multiple values of the same data type in a single variable. To declare …

Read More Array Declaration in Java

What is Caching?

August 26, 2023July 5, 2023 by Yuba Raj Kalathoki

In today’s fast-paced digital world, where speed and efficiency are paramount, technologies like caching play a crucial role in optimizing …

Read More What is Caching?

Consistency and Availability in Distributed System

February 9, 2025July 4, 2023 by Yuba Raj Kalathoki
Consistency and Availability in Distributed System

Distributed systems are designed to handle vast amounts of data and provide seamless user experiences. Two crucial aspects that need …

Read More Consistency and Availability in Distributed System

What is Message Queue?

July 4, 2023June 26, 2023 by Yuba Raj Kalathoki
Message Queue

A message queue is a software intermediary that decouples the sender of a message from the receiver. A message queue …

Read More What is Message Queue?

DropWhile() and takeWhile() Methods in Java Stream API

July 5, 2023June 15, 2023 by Yuba Raj Kalathoki
dropWhile

The Java Stream API, introduced in Java 8, revolutionized the manipulation of collections and data processing. With their robust functional …

Read More DropWhile() and takeWhile() Methods in Java Stream API

Send Email Using Java

May 13, 2026June 14, 2023 by Yuba Raj Kalathoki
Send Email Using JAVA

In today’s interconnected world, email has become an indispensable communication tool. As a Java developer, knowing how to send emails …

Read More Send Email Using Java

Older posts
Newer posts
← Previous Page1 … Page8 Page9 Page10 … Page45 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