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

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?

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

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

July 5, 2023June 15, 2023 by Coder Sathi
DropWhile() and takeWhile() Methods in Java Stream API

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

September 14, 2023June 14, 2023 by Coder Sathi
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

Collection Interface in Java

February 13, 2025April 6, 2023 by Coder Sathi

The Collection interface in Java serves as the foundation for the Java Collections Framework. Which provides a unified architecture for …

Read More Collection Interface in Java

Convert Integer to String in Java

May 6, 2023February 12, 2023 by Coder Sathi

Converting an Integer to a String in Java is very easy. In this post, we will learn to convert an …

Read More Convert Integer to String in Java

Difference Between int and Integer in Java

May 3, 2023February 12, 2023 by Coder Sathi

In this post, we will learn the difference between int and Integer in Java. In layman’s terms, int is a …

Read More Difference Between int and Integer in Java

Older posts
Newer posts
← Previous Page1 … Page5 Page6 Page7 … 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