Which method the Servlet container call to create the
instance of the servlet?
Answer Posted / madhusudhan
init(ServletConfig cg)
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
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
Difference between get and post in java servlets?
How can the referrer and the target urls be used in servlet?
Why servlet is faster than jsp?
Why do we have servlet wrapper classes?
What is the need of session tracking in web application?
How can a servlet be used to generate plain text instead of html?
How can you start a jta transaction from a servlet deployed on jboss?
How forward () method is different from send redirect () method?
What is the difference between context parameter and context attribute?
What is httpservlet class?
What is cookie? Why is cookie used?
How do I support both get and post from the same servlet?
Why HttpServlet class is declared abstract?
If servlet receives multiple requests, how many objects will it create?