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

Ternary Operator in Java

March 28, 2025January 28, 2022 by Coder Sathi

The ternary operator in Java (?:) lets us write compact if-else logic in a single line. We can use it …

Read More Ternary Operator in Java

Singly vs Doubly Linked List in Java

August 27, 2023January 27, 2022 by Coder Sathi

In this blog post, we will understand the various differences between Singly and doubly linked lists in Java. Before directly …

Read More Singly vs Doubly Linked List in Java

Assignment Operator in Java

March 28, 2025January 26, 2022 by Coder Sathi

The assignment operator in Java is denoted by the symbol “=”. This operator is used to assign a value to …

Read More Assignment Operator in Java

Create LinkedList in Java

August 27, 2023January 26, 2022 by Coder Sathi

In this blog post, we will learn to create a LinkedList in Java. There are two types of LinkedList. Singly …

Read More Create LinkedList in Java

ArrayList in Java

February 13, 2025January 25, 2022 by Coder Sathi

ArrayList in Java represents a dynamic array structure, providing a flexible and user-friendly approach to managing collections. Unlike conventional arrays, …

Read More ArrayList in Java

List in Java

February 16, 2025January 25, 2022 by Coder Sathi

Lists are a cornerstone of Java programming, providing a dynamic and flexible way to manage collections of elements. In this …

Read More List in Java

LinkedHashMap in Java

January 30, 2023January 25, 2022 by Coder Sathi

LinkedHashMap is a widely used data structure in the Java programming language. It is a part of the Java Collection …

Read More LinkedHashMap in Java

TreeMap in Java

January 30, 2023January 25, 2022 by Coder Sathi

TreeMap is a widely used data structure in the Java programming language. It is a part of the Java Collection …

Read More TreeMap in Java

HashMap in java

January 29, 2023January 24, 2022 by Coder Sathi

HashMap is a widely used data structure in the Java programming language. It is a part of the Java Collection …

Read More HashMap in java

The Map Interface in Java

February 13, 2025January 24, 2022 by Coder Sathi

Map is a fundamental data structure in the Java programming language. It is used to store key-value pairs, where each …

Read More The Map Interface in Java

Older posts
Newer posts
← Previous Page1 … Page10 Page11 Page12 … Page23 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