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

How do you differentiate abstract class from interface?

0 Answers  


What is final modifier?

0 Answers  


Are private methods final?

0 Answers  


Are true and false keywords?

0 Answers  


What is the base class in java from which all classes are derived?

0 Answers  






How are variables stored in memory?

0 Answers  


Integer.parse Int(bf.readLine(System.out.println("enter value for n["+m+"]:"))); can it run under this

1 Answers  


Can an unreferenced object be referenced again?

0 Answers  


What is a string token?

0 Answers  


What is the collections api?

0 Answers  


Is sizeof a preprocessor?

0 Answers  


Can final class have constructor?

0 Answers  


Categories