Set in Java

Set in JavaIn Java, the set is an interface that belongs to java.util package. The Set interface extends the Collection interface. An unordered collection or list in which duplicates are not allowed i...
0 Read More

Map Interface

Map InterfaceThe map interface in Java is a structure that holds a set of key-value pairs where each key is unique and points to one value only. It is a component of the java.util package and is being...
0 Read More

Let's Learn Java Together!

Let's Learn Java Together!
I KNOW MORE ABOUT COFFEE THAN JAVA Hey, you! Welcome to my journey of learning Java from scratch! I am taking AP CSA (which is a subject that my school DOES NOT teach) and instead of staring ...
0 Read More