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 difference overloading and overriding?

0 Answers   Cyient,


What are the advantages of packages in java?

0 Answers  


please write java program of instanceOf keyword implementation

2 Answers   TCS,


what is mean by thread lock?

2 Answers   Infosys, TCS,


What is meant by final class, methods and variables?

3 Answers  






Can a constructor call another constructor?

0 Answers  


why constructor dont have returns type?

9 Answers   IBM,


What is the diff. b/w Interfaces & Abstract class?

6 Answers   Ericsson,


What does substring mean?

0 Answers  


Compare java and python.

0 Answers  


What are the three types of design patterns?

0 Answers  


What is the difference between interpreter and compiling ?

2 Answers   TCS,


Categories