What's in a List
Lists in Java

Search for a command to run...
Lists in Java

For those who never programmed in C language

1. Introduction and Fundamentals: What is a Servlet? Base definition: A Servlet is not an external framework; it is a specialized Java class that is part of the official specification (belonging to t

The new Sequenced Collection API

Java Types briefly explained and a bit of Kotlin at the end

From Java Beans to modern records

Introduction When creating a class in Java, there are three methods that are commonly overridden: equals() hashCode() toString() This article focuses on the hashCode() method. How a hash table wo

Introduction The == operator is used to compare references, while the equals method is used to compare the contents of objects. Comparison for predefined types Primitive types The comparison operator

Strategy Pattern for beginners
