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 |
Why can't we override private static methods?
How many java versions are there?
Differentiate Vector and ArrayList?
What are the methods of object class ?
How would you use Bubble Sort to sort the number of elements?
Which package is always imported by default?
What is empty string literal in java?
Is it possible to create object with out its default constructor? if possible how? else not possible? justify
Can you have an inner class inside a method and what variables can you access?
Does java runtime require a license?
Which sort is best in java?
describe synchronization in respect to multithreading? : Java thread