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 the difference between yield() and sleep()?
What is a treeset in java?
Is a char always 1 byte?
What is the use of predicate in java 8?
Enlist diffrent types of inheritance supported by java?
Explain the significance of listiterator.
What is the purpose of tostring() method in java?
Which of the following classes will have more memory allocated?
Can we declare an array without size in java?
What is difference between synchronize and concurrent collection in java?
Why java is a platform independent? Explain
Implementations of set interface?
1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?
What is bytecode verifier?
What is reverse function?