Sergio Martin Rubio

Sergio Martin Rubio


  • Projects
  • Blog
  • Contact

Articles


  • Home
  • Articles
  • Page20

Recipes to @Override “equals” and “hashCode” methods

equals Use == operator to compare object references. This is the most performance comparison. Use instanceof to check that both objects have same type. Cast the argument...

Creational Design Patterns

Creational patterns allow you to create objects while hiding the creational logic, which increase flexibility and code reusability, so you decide which objects need to be create...

« Prev 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Next »

with by Sergio Martin Rubio 2023

Privacy Policy  |  Copyright Policy