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
Is java servlet still used?
Can we use threads in Servlets?
Differentiate between the web server and application server?
What do you mean by servlet context?
What is ServletConfig object?
What is meant by cookies?
What is a web application and what is it’s directory structure?
Differentiate between get and post?
Why do we have servlet filters?
Why is http protocol called as a stateless protocol?
How can we implement a jsp page?
Whats the advantages using servlets over using CGI?
How to get the path of servlet in the server?
Given the request path below, which are context path, servlet path and path info?
What is the structure of the http response