what is request processor?



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

Post New Answer

More Core Java Interview Questions

Can you sort a string in java?

0 Answers  


What is the purpose of return statement?

0 Answers  


what are the different access specifiers that can be used by interfaces and abstract classes? can anyone give me detailed description on this

11 Answers   IBM, L&T,


Can you explain the difference b/n abtract and interface with a good example,?In what cases we have use abtract and what case interface?

4 Answers   Satyam,


Explain super keyword in java.

0 Answers  






What is meant by Encapsulation? Can you write a class to explain encapsulation?

8 Answers   Ness Technologies,


What do you mean by composition in java?

0 Answers  


When we give defination of interface method in the class why method must be public???

2 Answers  


question on Thread synchronization

3 Answers   Huawei,


How we can make copy of a java object?

0 Answers  


What is ‘has a’’ relationship in java?

0 Answers  


What is the full name of java?

0 Answers  


Categories