Which method the Servlet container call to create the
instance of the servlet?
Answer Posted / venkatesh
ServletProcessor1.process() and this loads servlet class
using the mapping provided in web.xml and creates a new
instance of it.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
If a servlet is not properly initialized, what exception may be thrown?
What is servlet initializer?
I have a requirement Here we have a ResultSet object that will contain 50 records i need to print those recors in to a webpage(i.e; view according to MVC architectures that mybe servlet or jsp) . Here i need to print the records 10 per page that is 1 to 10 in page one and 11 to 20 in page two like remaining will be appeared in other pages we need to display those page numbers whenever we click on that page number we will go to that page and display 10 records like we will display 5 pages it is like this << 1 2 3 4 5 next >>
What are the uses of servlet
What are the types of an http request?
What are the servlet events?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
What is servlet in web technology?
How do we share data using 'getservletcontext ()?
Explain jsessionid and when is it created?
What is lazy loading and what is Generic Servlet Class?
how many jsp scripting elements are there and what are those?
What methods do you use in servlet - applet communication?
How to rectify errors in java servlet while compilation?
What does the term localization refer to?