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 should I import for arraylist in java?
Where is the singleton class used?
Differences between external iteration and internal iteration?
do I need to use synchronized on setvalue(int)? : Java thread
What is downcasting?
Why does java have two ways to create child threads? Which way is better?
How do you use parseint in java?
Write a program to print count of empty strings in java 8?
What happens if an exception is throws from an object's destructor?
Explain the importance of thread scheduler in java?
What class allows you to read objects directly from a stream?
What is the size of string?
what is the difference between preemptive scheduling and time slicing? : Java thread
Why is an interface be able to extend more than one interface but a class can’t extend more than one class?
When should you use arraylist and when should you use linkedlist?