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

State the difference between creating string as new () and literal.

534


Why does java have different data types for integers and floating-point values?

540


Is an object null?

565


What is a finally block? Is there a case when finally will not execute?

557


What is immutable class in java?

523






Why do we override tostring method in java?

519


What is starvation?

692


When is update method called?

678


What is meant by object oriented programming – oop?

552


What does @override mean?

538


Is null in java?

558


What is a function in programming?

561


Which class is the superclass for every class in java programming?

585


Differentiate between a constructor and a method? Can we mark constructors final?

685


What are the benefits of operations in java?

499