Programmierung

[EN] Java from 24 to 25
[EN] Java from 24 to 25

Hello everyone,

In the world of Java development, we have become accustomed to rapid change. Almost two decades have passed since the legendary article saying goodbye to Java 8, and the platform has continued to evolve. The monolithic release cycle is history. Instead, we get new features every six …

[EN] Strings in Java: Why `==` sometimes works and sometimes doesn't
[EN] Strings in Java: Why …

Hello everyone,

Today we’re diving into a Java topic that causes headaches for many developers, especially at the beginning: The Comparing strings using the == operator. You’ve probably heard that strings are always with you .equals() should compare. But then why do the following tests …