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

Why wait and notify methods are declared in object class?

800


What is static import?

853


What is anagram in java?

716


Tell me how many ways are there to initialise an integer with a constant.

873


How to compare strings in java?

692


Can you explain the final method modifier?

771


Why is the main method declared static?

855


Explain the concept of hashtables?

831


What is meant by inheritance and what are its advantages?

834


What is java autoboxing?

729


What is double word?

748


Explain some best practices you would apply while using collection in java?

813


What is floor math?

690


What isan abstract class and when do you use it?

1189


What is the difference between a synchronized method and a synchronized block?

853