what is request processor?
Answer / siva
Request processor is a class which is under the controller
layer.this class is uesd to acces the client request from
the actionServlet process the req and then dispatches to
the next layer i.e Model(Action class).Finally Action class
calls the execute() and and it return the ActionForward to
client.
| Is This Answer Correct ? | 14 Yes | 0 No |
What is namespace in java?
explain multi-threading in java?
Any one can explain how the inerface uses in java. give with example.
What is bubble sorting in java?
Can a class extend abstract class or interface? why
What is the difference between heap memory and stack memory?
What is the difference between sleep and wait in java?
What is run time allocation?
What are triggers in DB? Explain their types. How do they work?
How to instantiate static nested classes in java?
What is array sorting in java?
What is CardLayout?