what is difference between requestprocessor and request
dispatcher?
Answer Posted / 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 View All Answers
What is the difference between the prefix and postfix forms of the ++ operator?
What is difference between core java and java ee?
What are the two types of streams offered by java 8?
Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?
What are the differences between abstract class and interface?
What is bubble sorting in java?
How can we make string upper case or lower case?
What is derived datatype?
What is a buffer in java?
How many types of methods are there in java?
What are the changes in java.io in java 8 ?
Give an example of use of pointers in java class.
Difference between java and javascript
What is the main use of java?
How will you reverse a singly-link list?