Which method the Servlet container call to create the
instance of the servlet?
Answer Posted / deepak jenamani
servlet container calls the Class.instanceOf() method
to create a instance of servlet.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
what is servlet chaining?
Is servlet synchronized?
How can we implement a jsp page?
What do you mean by servlet?
What is servlet instance?
Which event is fired at the time of setting, getting or removing attribute from application scope?
What is http servlet? Explain with the help of an example.
What are different Authentication options available in Servlets.
Can we fetch the attributes related to a servlet on a different servlet?
Explain how does JSP handle run-time exceptions?
What do you mean by url pattern in servlet?
Differentiate between the print writer and servlet output stream?
What is servlet in tomcat?
What is the use of servlet wrapper classes?
Servlet is pure java object or not?