Observer Pattern in Java
As i was going through the different source code files of the Java Util package, i found the implementation of the Observer Pattern ( see the GoF book for more information on this pattern) in the two classes - namely Observer.java and Observable.java...
som-itsolutions.hashnode.dev6 min read