Observer Design Pattern in Java

In this article we will look int the Observer design pattern which come under behavioral design pattern and try to understand what problems it solves and its applicability. Introduction Observer is a behavioral design pattern. In this design pattern an observable is an object which notifies observers about the changes in its state. Let’s understand … Read more