Which design pattern suggests multiple classes through which request is passed and multiple but only relevant classes carry out operations on the request?
(a) Singleton pattern
(b) Chain of responsibility pattern
(c) State pattern
(d) Bridge pattern
This question was addressed to me in final exam.
The query is from Design Patterns topic in section Java Beans & JDBC of Java