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 is the Remote Stub?

1 Answers  


how to get value in combo for updation?

1 Answers   CMC,


What are the purpose of introspection?

0 Answers  


What is diffennce between AWT & SWING?

4 Answers  


how we can implement interface in jsp ?

2 Answers   Google,






1) what is synchronization? 2)write a program to show synchronization ? 3) what is orm? 4) what is getTemplete method and hw u use it? 5)write a singleton program ? 6) what is IOC concept & explain it? 7) methods of spring? 8)explain spring framework? 9)what are the oops concept? 10)what r the diff types of exception? 11)what is AOP(assepct oriented programing)? 12)jsp life cycle? 13)servlet life cycle? 14)how to u catch ur exception when executing a query in hibernate? 15)write javascript function? 16)write a querry to join two tables? 17)wap to show inheritance and use of interface? 18)explain the project? 19)in spring bean class uses singleton or prototype? 20)Explain prototype?

1 Answers   Cap Gemini,


What value does readline() return when it has reached the end of a file?

0 Answers  


What is the difference between java class and bean?

0 Answers  


What is the difference between the session.get() method and the session.load() method?

0 Answers  


hi, All are saying that now software field position is not good and in 5-10yrs total software field ll be saturated . is it true? i am unable decide ii continue in this field or not please tell me?

19 Answers  


Can we sent objects using Sockets?

0 Answers  


What is the purpose of the notifyall() method?

0 Answers  


Categories