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

Extends Keyword in Java: A Deep Dive into Inheritance

April 1, 2025July 29, 2023 by Coder Sathi
extends keyword in java

The extends keyword in Java is used to establish a class inheritance relationship. Extends keyword in Java allows a class …

Read More Extends Keyword in Java: A Deep Dive into Inheritance

Why Multiple Inheritance is not Supported in Java?

January 3, 2024July 29, 2023 by Coder Sathi
Why Multiple Inheritance is not Supported in Java?

Multiple inheritance is not supported in Java because it can lead to ambiguity. This is the problem of having two …

Read More Why Multiple Inheritance is not Supported in Java?

How to Create Method in Java?

March 30, 2025July 29, 2023 by Coder Sathi

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

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

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

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