diff mvc1 and mvc2
wahts is mean by servlet chaining?
Answer Posted / shiv kumar
in mvc1 client send the request to the jsp,which is used
for both controlling and persentation.
while, in mvc2 client send the request to controller that
is servlet,servlet receives the request,process the
request,send the response to the client using jsp/html
the passing of response object from one servlet as request
to another Servlet, is also called as Servlet Chaining.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the form of storage space in java?
What method is invoked to cause an object to begin executing as a separate thread?
Why do threads block on i/o?
How substring() method of string class create memory leaks?
Explain ioc concept?
Are enterprise beans allowed to use thread.sleep()?
Difference between DurableSubscription and non- DurableSubscription?
Explain about thread synchronization inside a monitor?
What are the call back methods in entity bean?
Name three component subclasses that support painting?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
Do I need to import javlang package any time? Why ?
How will you pass parameters in RMI? Why do you serialize?
What are the services in RMI ?
Why are component architectures useful?