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

what is mean by method signature?

8 Answers   Satyam,


Can we define package statement after import statement in java?

1 Answers  


What is the use of static import ?

4 Answers   Rolta,


Explain parallel processing in java8?

1 Answers  


What is append function?

1 Answers  


How can we break singleton in java?

1 Answers  


What is files manifesting?

1 Answers  


what is difference between interface and abstract class..?

4 Answers  


What is javac in java?

1 Answers  


What is difference between == and === in js?

1 Answers  


Which variables are stored in heap?

1 Answers  


What is the method used to get the absolute value of a number?

2 Answers  


Categories