Learn about the reference and value equality checks in Java, the differences between them, and understand when to use which check.
Baeldung Author
Mateusz Szablak
Here's what I've written (so far):
Finding the Last Row in an Excel Spreadsheet From Java
Filed under Data
Learn how to find the last row in an Excel spreadsheet using Java and Apache POI.
Git for Beginners: The Definitive Practical Guide
Filed under Programming
A step-by-step guide to Git, this article discusses the most commonly used commands. Learn the basics, the Git workflow, branching and even some advanced techniques like modifying your commit history.
Validate String as Filename in Java
Filed under Java
Learn how to validate if a given string has a valid filename for the OS, using Java.