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

Which is bigger float or double?

0 Answers  


Can we overload final method in java?

0 Answers  


Can we have more than one package statement in source file ?

0 Answers  


Explain java thread life cycle.

0 Answers  


Write java program to reverse string without using api?

0 Answers  






Why is string class considered immutable?

0 Answers  


What is better - 'bit-shift a value' or 'multiply by 2'?

0 Answers   DELL,


Do you know why doesn't the java library use a randomized version of quicksort?

0 Answers  


What is the disadvantage of synchronization?

0 Answers  


How can you take string into InputStream?

3 Answers  


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

0 Answers  


i need example for java abstraction. where we use abstraction and why we need abstraction.

2 Answers   Oracle,


Categories