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 |
Explain method local inner classes ?
Is java util regex pattern thread safe?
When should I use a singleton?
Does string is thread-safe in java?
What is finalize()? Is finalize() similar to a destructor?
What is the difference between scrollbar and scrollpane?
What is java util?
When do we use synchronized methods in java?
Is sizeof a preprocessor?
What is yielding and sleeping? how they different?
What do negative exponents mean?
What is an object?s lock? Give name of object?s that have locks?