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 |
In howmany ways a thread can be created?
When is the best time to validate input?
suppose i open my yahoo mail.then copy the url. then sign out & close browser.then open browser paste that url on the browser.will i get my mail opened or not? i know it ill not.but how it work.how i create like this type of secure site?
What are the types of scaling?
What is permgen or permanent generation?
what is a dirty read?
What event results from the clicking of a button?
What is a clone?
How substring() method of string class create memory leaks?
How can a dead thread be restarted?
Why doesn’t the focus feature on the tag work in every circumstance?
Is a class a subclass of itself?