A developer has created a web application that includes a servlet for each use case in the application.These servlets have become rather difficult to maintain because request processing methods have become very large.There is also common processing code in many servlets because these use cases are very similar.Question:Which two design patterns can be used together to refactor and simplify this web application?(Select two)A Proxy
B View Helper
C Front Controller
D Session Facade
E Business Delegate
F Model-view-controller
G Intercepting Filter
请大家帮我分析下答案为什么选择C 和F ?
老实说,我设计模式也不太好,虽然这些模式的特征我都有大概了解,但是我比较缺少场景分析能力,请大家指导下,具体按照场景分析下好么?随便说说。