Answer Posted / 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 View All Answers
Can you have two constructors in java?
How many bytes is a url?
What is the difference between error and an exception?
What is the formula to calculate percentage?
Why is it important to initialize a variable?
What kind of variables can a class consist?
Can we serialize arraylist in java?
You're given a Boolean 2D matrix, can you find the number of islands?
Explain about oops concepts.
Why java is object oriented?
How do you declare a string variable?
How will you add panel to a frame?
What is a loop java?
What do you mean by light weight and heavy weight components?
What is the maximum length of a url?