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 |
There are 100 keys and values in HashMap.how to get the keys and values?
Which collection is thread safe in java?
What is the maximum length of a url?
What is java used for?
i don't want fullforms of JDK an JVM i want definitions for them
Can we declare Pointer in Java?
What is adapter in java?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
Explain restrictions for using anonymous inner classes?
What is defined as false sharing in the context of multithreading?
List implementations of list interface?
what is bytecode ?explain in detail and watz the difference between bytecode and machine code?