How many instances can be created per application module by the RequestProcessor class?

Options
- Four
- Three
- One
- Uncountable instances


CORRECT ANSWER : One

Discussion Board
RequestProcessor class

Only one instance of ActionServlet can run per web application and other classes also follows the same.
The RequestProcessor selects and invokes an Action class to perform the requested business logic, or delegates the response to another resource. Only one instance can be created using RequestProcessor class.

Rohit Sharma 10-1-2014 04:18 PM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement