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 |
If I have 1000 objects and my requirement is to sort them quickly, then which collection would you recommend and why?
Difference between object and reference?
What is annotation in java?
What is meant by string is immutable?
Does java map allow duplicates?
What is nullpointerexception in java?
posted in online test
what is webservices?
What is the final keyword denotes?
What is the difference between Array and Hash Table?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
What is a local class in java?