jvm

[EN] Goodbye, version chaos: A practical guide to SDKMAN for Java developers
[EN] Goodbye, version …

Do you know that too? You are working on Project A, which is still running on Java 11 LTS, while at the same time you are developing a new feature for Project B, which is already based on the current Java 21.

[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.