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 |
What is the difference between system.out ,system.err and system.in?
How can I scroll through list of pages like the search results in google?
How task's priority is used in scheduling?
Difference Between java & javax
5 Answers Sun Microsystems, Wipro,
What is private static final long serialVersionUID = 1L;
whats is mean by class.forName() whats the return type of class
How has the sandbox changed with Java 2?
Thread life cycle?
Explain the different types of memory used by jvm?
What is a modular application?
whats is mean by tiles in struts
advantage of thread?