Which method the Servlet container call to create the
instance of the servlet?
Answer Posted / kishore
servlet container calls the init() method to create servlet
instance
| Is This Answer Correct ? | 13 Yes | 10 No |
Post New Answer View All Answers
Explain jsessionid?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
What is meant by cookies?
What do you mean by default initialization in java servlet?
What is the major difference between servlet and applet?
Why is http protocol called as a stateless protocol?
What is context in servlet?
Which protocol will be used by browser and servlet to communicate
How to read request headers from servlets?
How forward () method is different from send redirect () method?
What is a server side include (ssi)
How do we share data using 'getservletcontext ()?
What is the servletconfig object?
what is servlet chaining?
What’s the difference between sendredirect and forward methods