Learn about comparing objects in Java.
Also find me here:
Baeldung Author
François Dupire
I'm an analyst developer, very found of the Java world. I like to learn about new techy stuff and writing about it!
Here's what I've written (so far):
Baeldung on Java
- All
- Core Java (6)
- Algorithms (3)
- Java Array (2)
- Java (2)
- Testing (1)
- Spring Persistence (1)
- Spring Data (1)
- Security (1)
- Java IO (1)
- Java Collections (1)
- IDE (1)
Custom Naming Convention with Spring Data JPA
Filed under Spring Data
Learn how to implement a custom naming strategy using Spring Data JPA
Cucumber Background
Filed under Testing
Learn how to use the Cucumber Background feature.
The Caesar Cipher in Java
Filed under Algorithms, Security
Learn how to cipher and decipher a message by shifting its letters by a given offset using Caesar Cipher.
Find the Smallest Missing Integer in an Array
Filed under Java Array
Learn how to find the Smallest Missing Integer in an Array.
Breadth-First Search Algorithm in Java
Filed under Algorithms
Learn about the Breadth-First Search Algorithm in Java
The XOR Operator in Java
Filed under Core Java
Learn how to use the XOR Operator in Java
Memento Design Pattern in Java
Filed under Java
Learn all about the Memento Design Pattern in Java
Matrix Multiplication in Java
Filed under Algorithms
Learn how to do Matrix Multiplication in Java using different implementations.
Baeldung on Computer Science
- All
- Programming (1)
The Liskov Substitution Principle
Filed under Programming
Learn about the Liskov Substitution principle, one of the SOLID principles.