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 is meant by 'bit masking' in java?
What things should be kept in mind while creating your own exceptions in java?
Lowest Common ancestor in a Binary Search Tree and Binary Tree.
What do you mean by local class?
What is lastindexof in java?
What are operators and its types?
Is java call by reference?
What are alternatives to java serialization?
Which is a valid identifier?
Why is core java important?
What is included in core java?
what are synchronized methods and synchronized statements? : Java thread
How many bytes is 255 characters?
When we should use serialization?
What is blank final variable?