what is difference between requestprocessor and request
dispatcher?

Answers were Sorted based on User's Feedback



what is difference between requestprocessor and request dispatcher?..

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

what is difference between requestprocessor and request dispatcher?..

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

Post New Answer

More Core Java Interview Questions

Can we change the value of static variable?

0 Answers  


Which package has light weight components in java programming?

0 Answers  


what is the purpose of the runtime class?

0 Answers  


what is the need to set path in java? how many ways to set path in java? Explain breif?

5 Answers  


Is linkedlist thread safe in java?

0 Answers  






What invokes a thread's run() method in java programming?

0 Answers  


What is a finally block? Is there a case when finally will not execute?

0 Answers  


How do you break a loop?

0 Answers  


How to convert String into primitive datatype.

6 Answers  


Why are there no global variables in java?

0 Answers  


Is minecraft 1.15 out?

0 Answers  


What is percentage in java?

0 Answers  


Categories