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
explain copyonwritearraylist and when do we use copyonwritearraylist?
What is sizeof () operator?
What is static block?
What is the major advantage of external iteration over internal iteration?
What is string literal in java?
What is a final class in java?
What is the difference between ArrayList and Vector? which one is better in Java
what is thread? What are the high-level thread states? Or what are the states associated in the thread? : Java thread
Can a constructor be made final?
Does java return by reference?
What restrictions are placed on method overriding in java programming?
Are arrays immutable in java?
What class allows you to read objects directly from a stream in java programming?
What are the four versions of java?
What is an object in java and how is it created?