Andr7st
Andr7st

Hobby blog by Andrés Segura

Posts

Arrays Demo Practice
Latest
java

Arrays Demo Practice

This includes a visual representation (graph) paired with a short code example and concise explanations. These bite-sized summaries cover essential concepts that programmers should be familiar with to write more effective Java code.


Written by
Andrés Segura
Id

jdc19

Posted

December 29, 2025

Updated

January 26, 2026

review
arrays
practice
Read
Other articles(6)
Path of Map Interface
java
Path of Map Interface

It focuses on the Map<K, V> interface, which does not extend Collection, and has key implementations like HashMap (unordered by hash table), TreeMap (ordered by natural/comparable keys), and LinkedHashMap (order of insertion), as well as specialized interfaces like SortedMap and NavigableMap for ordered functionality, allowing efficient storage of key-value pairs.

December 18, 2025
Updated: January 26, 2026
review
collections
map
summary
Path of Queue Interface
java
Path of Queue Interface

The path from Queue to classes that implement this interface will be covered. We'll only see the classes ArrayDeque and PriorityQueue for now. Note that in concurrency, we have ArrayBlockingQueue and PriorityBlockingQueue among others, but they are not within the scope of the current review.

December 17, 2025
Updated: January 23, 2026
review
collections
queue
summary
Path of List Interface
java
Path of List Interface

The path of List from interface to classes that implement it. A theoretical review of interfaces and abstract classes is made, until reaching the classes that implement them. Also, some legacy classes are shown, which are no longer recommended for use in new code.

December 17, 2025
Updated: January 22, 2026
review
collections
list
summary
Path of Set Interface
java
Path of Set Interface

The path of Set to reach classes that implement this interface. A theoretical review of some interfaces, purpose to reach the classes that implement them. For later practice demonstration purposes.

December 15, 2025
Updated: January 16, 2026
review
collections
set
summary
Iterate in collections
java
Iterate in collections

In this post, a quick review of the forEach method for iterating over collections and maps is made, along with a brief tip on when to use it and when not to, and a small reminder that forEach is a terminal operation in Java streams.

December 11, 2025
Updated: January 15, 2026
review
collections
summary
Collections in Java
java
Collections in Java

This is the start of a series of quick steps about collections, classes and interfaces belonging to the Java Collections framework. Interfaces from which come the methods used for iteration in collections. And why an array is not considered a Java Collection, from the Collections framework.

December 10, 2025
Updated: January 14, 2026
review
collections
summary

Featured posts

Licenses
info
Licenses

Information about licenses of various resources used on this site.

November 4, 2025
Updated: January 28, 2026
config
legal
Cookies
info
Cookies

The cookie policy is a legal notice that informs users about the use of cookies and similar technologies.

November 4, 2025
config
legal
Privacy Policy
info
Privacy Policy

The privacy policy explains what user data are captured, why, and how they are handled, ensuring transparency and compliance with data protection laws.

November 4, 2025
config
legal