what is difference between requestprocessor and request
dispatcher?
Answers were Sorted based on User's Feedback
Answer / mahesh bolla
Request processor is used to process each and every
request. this is similar to the Filter concept. Login kind
of validation will be done by using request processor.
Where as request dispatcher will dispatch(transfer) the
request from one page to other. i.e. moving from one page
to other with out user Interacton
| Is This Answer Correct ? | 33 Yes | 5 No |
Answer / srinivasa
Request processor process the incomming request and
identifies which action needs to be executed.
Request dispatcher is an interface used to forwad or
include the request
| Is This Answer Correct ? | 5 Yes | 2 No |
which class is the wait() method defined in? : Java thread
Why isn’t there operator overloading?
What is private static class in java?
When will you define a method as static?
what is check p object in java
how to transactions(Bank transactions) in business process in ejb?
Why are constructors used?
What is a final class in java?
What does sprintf mean?
How do you generate random numbers in java?
Program to output as below formate: 1 2 3 4 5 6 7 8 9 10
Who is founder of java?