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
Explain the different types of memory used by jvm?
Is the ternary operator written x : y ? Z or x ? Y : z ?
What is a sessionfactory? Is it a thread-safe object?
Write a singleton program?
how i secure my site with the https protocol.what are the steps?
What is Remote Server?
Explain about thread synchronization inside a monitor?
What are the design considerations while making a choice between using interface and abstract class?
What is a class loader? What are the different class loaders used by jvm?
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
Why a component architecture for the java platform?
Which containers use a border layout as their default layout?
Have you used threads in Servelet?
What is the purpose of the finally clause of a try-catch-finally statement?
What modifiers may be used with an interface declaration?