1.

What Is Observer Design Pattern In Java? When Do You Use Observer Pattern In Java?

Answer»

Observer PATTERN is BASED upon notification, there are TWO kinds of object Subject and Observer.Whenever there is change on subject's STATE observer will receive notification.

Observer pattern is based upon notification, there are two kinds of object Subject and Observer.Whenever there is change on subject's state observer will receive notification.



Discussion

No Comment Found