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

What is HashTable?

4 Answers  


Can you override a private or static method in java?

1 Answers  


What is the use of generics? When was it added to the Java development Kit?

0 Answers   Impetus,


What is runtime locatable code?

0 Answers   Cognizant,


Explain exception chaining in java?

0 Answers   Cyient,






What are non-access modifiers?

2 Answers   Cognizant,


What is the function of static in java?

0 Answers  


What must a class do to implement an interface in java programming?

0 Answers  


Define an enumeration?

0 Answers  


What is the current version of java?

0 Answers  


what is interface in java? Explain

0 Answers  


What is ctrl m character?

0 Answers  


Categories