Java / Design Patterns
Explain Bridge design pattern in Java.
Bridge design pattern is a structural design pattern.
It states that "Decouple the abstraction from its implementation so that both can vary independently".

The example code is available here.
More Related questions...