Java / Design Patterns
Explain mediator pattern in Java.
Mediator design pattern is one of the behavioral design patterns and it is used to provide a centralized communication medium between different objects in a system.
Its intent is to "Allows loose coupling by encapsulating the way disparate sets of objects interact and communicate with each other. Allows for the actions of each object set to vary independently of one another".
More Related questions...