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
Why are servlets used?
What are some disadvantages of storing session state in cookies?
Does servlet have main method?
What do you mean by the servlet chaining?
Explain the role of dispatcherservlet and contextloaderlistener.
What is servlet mapping?
Explain the war file?
What is servlet and its use?
Explain jsessionid?
What's the difference between servlets and applets?
How can we refresh automatically when new data is entered into the database?
How to upload a file to the server using servlet?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
what is servlet chaining?
Whether thread can be used in servlets?