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
Java is pass by value or pass by reference? Explain
What is the list interface?
How hashmap increases its size in java?
How do you sort arraylist in descending order?
What is the flag in java?
What is string pool in java?
What is reverse function?
What is meant by tab pans?
What are thread safe functions?
What are the rules for variable declaration?
Give us the name of the list layoutmanagers in java?
What is a qualifier in a sentence?
Is it possible to write a regular expression to check if string is a number?
What is a concrete classes? Is Java object class is concrete class?
What an i/o filter in java programming?