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 * argv?
Why runnable interface is used in java?
Difference between this() and super() in java ?
How to retrieve data from database in java using arraylist?
What is an abstract class and what is it’s purpose?
What is the properties class?
What is the use of http-tunneling in rmi?
How to send a request to garbage collector?
How many threads does a core java have?
What is the difference between inner class and nested class?
What is the main functionality of the remote reference layer?
What is advantage of java?