diff mvc1 and mvc2
wahts is mean by servlet chaining?

Answers were Sorted based on User's Feedback



diff mvc1 and mvc2 wahts is mean by servlet chaining? ..

Answer / 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

Is This Answer Correct ?    3 Yes 0 No

diff mvc1 and mvc2 wahts is mean by servlet chaining? ..

Answer / 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

diff mvc1 and mvc2 wahts is mean by servlet chaining? ..

Answer / sandya

Application control is decentralized in Mvc1 architecture.
Since the next page to be displayed is determined by the
logic embedded in the current page. Decentralized
navigation control can cause headaches when requirements
keep changing.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Advanced Java Interview Questions

What are the different algorithms used for clustering?

0 Answers  


Will it be called overriding if I do not change the parameters or return type, instead throw a different exception in the method signature.

4 Answers   HeadStrong,


In real time project when will we use Abstract class. and what are the difference between abstract and interface.

6 Answers   DELL, FCS, Polaris, Tanla Solutions, TCS,


What is source and listener?

1 Answers  


In a multitiered application which tier is the browser in?

10 Answers   Adobe,


Can you control when passivation occurs?

0 Answers  


Do you think that java should have had pointers?

0 Answers  


whats is stored procedure,joins

1 Answers   Photon,


what is the diffrence between banking and insurance domain?

2 Answers  


What is a compilation unit?

1 Answers  


What is multi-tasking? Types?

1 Answers  


Explain about thread synchronization inside a monitor?

0 Answers   Saksoft,


Categories