what is request processor?

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


Please Help Members By Posting Answers For Below Questions

If a method is declared as protected, where may the method be accessed?

534


What is use of set in java?

495


Where are register variables stored?

593


Can we have any code between try and catch blocks?

560


What class of exceptions are generated by the java run-time system?

634






What is the difference between member variables initialization and assignment in a constructor?

665


Explain differences between collection api and stream api?

612


What does this () mean in constructor chaining concept?

564


In java, what is the difference between method overloading and method overriding?

581


What is Java Annotations?

557


What is widening and narrowing in java? Discuss with an example.

558


Difference between start() and run() method of thread class?

588


In the below example, what will be the output?

597


What is the difference between array and array list in java?

607


Can you call a method in a method?

533