Answer Posted / 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 |
Post New Answer View All Answers
What are the drawbacks of singleton class?
What is the default size of arraylist in java?
What is the difference between stream and buffer?
In which language java is written?
Can I declare class as static or private?
What is a java string?
What is tree in java?
Does java support multiple inheritance or not?
What is java console application?
What is jpa specification?
What is finalize() function in java?
What does string [] args mean?
Why does abstract class have constructor?
Why are parameters used in functions?
What is this () in java?