Strategy Pattern, 5 examples from Java core
Strategy pattern is one of the well known behavioral patterns, yet people (at Java interviews in my city) find it difficult to name some example from Java SE although most of them know how to define the pattern and most are able to give some random examples. Strategy pattern is used all over the place in Java and I will …
Read More Strategy Pattern, 5 examples from Java core