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
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
What is the java virtual machine?
Can a hashset contain duplicates java?
Can we use different return types for methods when overridden?
What is meant by interface?
What is arraylist class in java?
Can constructor be inherited?
In the below example, how many string objects are created?
What is the purpose of the System class?
How hashmap increases its size in java?
When do you call copy constructor?
What is concurrent hashmap and its features?
What is the advantage of functional interface in java 8?
How can the checkbox class be used to create a radio button?
What is a buffer in java?