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 a conditional statement explain with example?
Can a static method be overridden in java?
What is the purpose of extern variable?
If a class is declared without any access modifiers, where may the class be accessed in java programming?
What is factor r?
What is hash in java?
What is strings in java?
How to sort double array in java?
Which oo concept is achieved by using overloading and overriding?
Give me some null interfaces in java?
Which containers use a flowlayout as their default layout in java programming?
What are the different ways of implementing thread? Which one is more advantageous?
what do you understand by the term string with respect to java?
What is split return?
What is the purpose of static methods and static variables?