diff mvc1 and mvc2
wahts is mean by servlet chaining?



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

Answer / laxman

The response object from one servlet is passed as request to
another Servlet, this is called as Servlet Chaining.
the getServlet() method that is used in Servlet chaining is
deprecated and Sun's Javadoc specifies clearly that the business
logic to be shared by servlets to be put in a separate
non-servlet class. Also it would be good to put the
logic in separate class and just invoke the method
when required.
Cheers,
Gaya3

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Advanced Java Interview Questions

what is diff between Access modifier and specifier?

5 Answers   L&T,


What is the relationship between an event-listener interface and an event-adapter class?

0 Answers  


Explain the methods of Naming class, rebind( ) and lookup()?

1 Answers  


What is chat area? Explain.

0 Answers  


What is JasperReports?

2 Answers  






Difference between new operator and class.forname().newinstance()?

0 Answers  


difference. between List and Set?

2 Answers   Campus Interaction, HCL, Infotech,


How to deploy Jar, War files in J2EE?

0 Answers   HCL,


Why does the tag url-encode javascript and mailto links?

0 Answers  


Write a singleton program?

0 Answers  


1) Scenario: I developed my application on local system and everything is perfect and tested. Now on UAT this application is deployed on clustered server environment. They are logical or physically clustered. But application is not working over there.  What is the issue with application?  What are the first things which come in your mind?

1 Answers   L&T,


Write a program on RMI and JDBC using StoredProcedure?

1 Answers  


Categories