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

Is 9 a prime number?

0 Answers  


what is difference between global methods and local methods?

1 Answers  


What do you mean by platform independence? What is an interface?

0 Answers  


How the elements are organized in GridBagLayout?

1 Answers  


Will the compiler creates a default constructor if I have a parameterized constructor in the class?

0 Answers  






What is the size of a string in java?

0 Answers  


What is xslt in java?

0 Answers  


How is the marker interface used in Java?

0 Answers   BirlaSoft,


What is use of valueof () in java?

0 Answers  


Explain importance of inheritance in java?

0 Answers  


What is nextint java?

0 Answers  


What is substring of a string?

1 Answers  


Categories