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

When will you define a method as static in Java?

0 Answers   SwanSoft Technologies,


What is the difference between && and & in java?

0 Answers  


What is the original name of java?

0 Answers  


Name the package that most of the AWT events that supports event-delegation model are defined?

2 Answers  


How are Observer and Observable used?

3 Answers  






What should I import for arraylist in java?

0 Answers  


What is functional interface in java?

0 Answers  


List some java keywords sun like c, c + + keywords?

0 Answers  


What is sorting in java?

0 Answers  


What is null statement?

0 Answers  


Why is java called the platform independent programming language?

0 Answers  


Is an array a vector?

0 Answers  


Categories