what is difference between requestprocessor and request
dispatcher?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
What is application tier?
what is the form of storage space in java?
Catch(Exception e){ } in that what is Exception and purpose of that in that place exactly?
What are some characteristics of interference class?
"We cannot create an object of interface but we can create a variable of it". Discuss the statement with the help of an example. (Plz help us to provide immediately.)
What type of variable is error flag?
Explain the use of shift operator in java. Can you give some examples?
How java enabled high performance?
what are Checked & Unchecked exceptions ?
What is your platform’s default character encoding?
What is a buffer in java?
What is internal variable?