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 |
Difference between static binding and dynamic binding?
Can you have two constructors in java?
What's a method in programming?
Write a program to print count of empty strings in java 8?
________ exception must be either caught or specified in throws class of the method.
What is ++ a in java?
What is stringbuffer in java?
How do you sort words in java?
when we create singleton design then we create private constructtor..so how JVM take private constructor to make object..but it's private..
What is the purpose of garbage collection in java, and when is it used?
What is the maximum size of array in java?
Why wait and notify methods are declared in object class?