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
Why wait and notify methods are declared in object class?
What is static import?
What is anagram in java?
Tell me how many ways are there to initialise an integer with a constant.
How to compare strings in java?
Can you explain the final method modifier?
Why is the main method declared static?
Explain the concept of hashtables?
What is meant by inheritance and what are its advantages?
What is java autoboxing?
What is double word?
Explain some best practices you would apply while using collection in java?
What is floor math?
What isan abstract class and when do you use it?
What is the difference between a synchronized method and a synchronized block?