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
Can we inherit inner class?
What is constant in programming?
What is the difference between method overriding and overloading?
Explain the difference between an Interface and an Abstract class?
What is the size of boolean variable?
what do you mean by classloader in java?
Discuss 2D arrays.
How can you traverse a linked list in java?
Define the term string pool?
What is the advantage of OOP in java?
Convert a BST into a DLL and DLL to BST in place.
What is square root in java?
Can a static class have a constructor?
What modifiers may be used with an inner class that is a member of an outer class in java programming?
What are the methods to rectify ambiguities in the interfaces in JAVA?