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 |
What is the difference between Synchronizing mehtod & Synchronizing block?
Name the immediate superclass of the MenuComponent class?
Briefly explain the term Spring Framework
Can a top level class be private or protected?
what is Inheritense
How to print nodes of a Binary tree?
is it possible to add a object in a HASHMAP
What is treemap in java?
How can we create an immutable class in java?
What is the char data type?
What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?
What is the use of bin and lib in JDK?