what is difference between requestprocessor and request
dispatcher?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What data type is string java?

538


What is Hierarchy of exception?

647


Explain the difference between treeset and treemap in java?

530


Is .net better than java?

555


What is the purpose of the wait(), notify(), and notifyall() methods in java programming?

579






What is the significance of continue jump statement? Explain with an example.

741


What is the largest number a double can hold?

562


EDS (Electronic Data Systems India Pvt Ltd) at Chennai on 16-12-2006.

8621


what is the difference between a threads start() and run() methods? : Java thread

522


How many return statement are allowed in a function?

455


Does A Class Inherit The Constructors Of Its Superclass?

538


Explain how to convert any java object into byte array.

549


Can we assign integer value to char in java?

509


What is a JAR file?

594


Is empty .java file name a valid source file name?

585