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 foreach loop in java?

0 Answers  


Is java still relevant?

0 Answers  


Tell us something about set interface.

0 Answers  


What is abstraction in java?

0 Answers   Akamai Technologies,


Can a method be overloaded based on different return type but same argument type?

0 Answers  


What is the Concept of Encapsulation in OOPS

0 Answers   HCL,


Is array a class?

0 Answers  


Is the milky way in a void?

0 Answers  


What is the instance of an object?

0 Answers  


How do you use, call, and access a static method in Java?

2 Answers  


what is the Yield() method used in threads?

4 Answers   Accenture,


What is a Java package and how is it used?

2 Answers  


Categories