what is difference between requestprocessor and request
dispatcher?
Answer Posted / 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 |
Post New Answer View All Answers
What happens to a static var that is defined within a method of a class?
What is data type example?
How do you reverse a string in java without using string buffer?
What does function identity () do?
What are heterogeneous objects?
Write a function to print Fibonacci series and Tribonacci series?
What do you understand by java virtual machine?
What is the size of a string in java?
Are arrays static in java?
Why string is not a wrapper class?
What is bitwise complement?
What is boolean data type in java?
Can a list be null in java?
How many types of array are there?
Why deletion in linkedlist is fast than arraylist?