Java Collections

  • |

    JDK 21 Features

    If you’ve been working with Java for a while, you probably know that every LTS release brings something meaningful.
    👉 And JDK 21 is one of those releases that actually changes how we write concurrent and scalable applications.
    This isn’t just about syntax sugar — it’s about solving real problems like thread scalability, readability, and safer concurrency.

  • |

    Collections in Java Part III : List

    Hello Friends, This is part III for java collections tutorial. Earlier we have discussed regarding SET collection interface in part II. In this, we will be focusing on an interface that is used when the sequence of the elements needs to be maintained, yes that’s right its LIST interface. List interface in Java Collection Framework also…

  • Collections In Java.

    Hello friends, Welcome to another tutorial for java followers. You all may have heard about Collections, it is one of the amazing feature in java. Collections are the object for the group of elements, these elements are nothing but the different data structures like as Array Lists, Linked Lists, Vectors, Hash tables,Hash List, Trees, Hash…