A developer is designing the presentation tier for a web application which requires a centralized
request handling to complete common processing required by each request.
Which design pattern provides a solution to this problem?
A.
Remote Proxy
B.
Front Controller
C.
Service Activator
D.
Intercepting Filter
E.
Business Delegate
F.
Data Access Object
Explanation: