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

Have you worked on bits programming? examples?What is bit? How many bits are there in the byte?

1 Answers  


How does synchronized modifier work?

1 Answers   IBM,


please tell me what is wrapper class in java with example ?

6 Answers   HP,


Can list be null in java?

0 Answers  


explain System.out.println

107 Answers   Calpine Technologies, Care, Cognizant, CTS, IBM, IBS, LibSys, Oracle, Spiro Solutions, TCS,






Explain about member inner classes?

0 Answers  


What is a hashmap used for?

0 Answers  


diff b/w sleep(1000) and wait(1000)?

4 Answers   Huawei,


What is difference between core java and java ee?

0 Answers  


What is a stringbuffer?

0 Answers  


What is finally block?

0 Answers  


Where will it be used?

0 Answers  


Categories