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
Can we override destroy method in servlet?
What is session tracking?
What is cgi?
What is servlet looping or chaining?
Explain request dispatcher and its methods.
How do I know if java is running on linux?
How does java thread pool work?
What is the servlet?
What is the need of session tracking in web application?
What is the use of attribute in servlets?
Which application server is best for java?
What do you mean by session tracking and also explain its techniques?
What is the difference between encodeRedirectUrl and encodeURL?
If some new data has entered the database, explain how can a servlet refresh automatically?
How httpservlet is different from the genericservlet?