What is the Garbage Collector
For those who never programmed in C language
Aug 25, 20268 min read11

Search for a command to run...
Articles tagged with #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
