Which method the Servlet container call to create the
instance of the servlet?
Answer Posted / priyanjan
Servlet container invokes the init() method to create the
instance of servlet.
| Is This Answer Correct ? | 18 Yes | 11 No |
Post New Answer View All Answers
What is difference between jsp and servlet?
Explain how to improve Servlet Performance?
Is servlet a server side scripting language?
What is difference between server and servlet?
Tell us something about servletconfig interface.
What is servlet in web technology?
Difference between forward() method and sendredirect() method ?
What is the difference between encodeRedirectUrl and encodeURL?
Why HttpServlet class is declared abstract?
What is the difference between 2 types of servlets?
What is servlet interface?
How the servlet is loaded?
What are sessions in servlets?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
What are the servlet events?