nerdexam
Oracle

1Z0-899 · Question #81

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 the request processing methods…

The correct answer is C. Front Controller F. Model-View-Controller. See the full explanation below for the reasoning.

Question

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 the request processing methods have become very large. There is also common processing code in many servlets because these use cases are very similar. Which two design patterns can be used together to refactor and simplify this web application?(Choose two.)

Options

  • AProxy
  • BView Helper
  • CFront Controller
  • DSession Facade
  • EBusiness Delegate
  • FModel-View-Controller

How the community answered

(44 responses)
  • A
    7% (3)
  • B
    2% (1)
  • C
    73% (32)
  • D
    2% (1)
  • E
    16% (7)

Community Discussion

No community discussion yet for this question.

Full 1Z0-899 Practice