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 is immutability in java?

598


How many bits is a 64 bit byte?

525


How do you end a program?

538


Can a abstract class be defined without any abstract methods?

547


What is the difference between a vector & an array list?

666






What is java oops?

547


Is null a value?

552


Write a program to reverse array in place?

578


how many types of Inheritance?

637


Difference between concurrent hashmap and hashtable and collections

554


What class allows you to read objects directly from a stream?

851


What is general methodology?

556


Java Compiler is stored in JDK, JRE or JVM?

1043


How many types of exception can occur in a java program?

524


Explain java coding standards for interfaces?

617