Which method the Servlet container call to create the
instance of the servlet?
Answer Posted / madhusudhan
init(ServletConfig cg)
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is servlet used for?
How servlets are deployed in java?
What is the difference between context parameter and context attribute?
Difference between java beans & servlets?
Write a simple servlet program to print the contents of html.
Whether we can get deadlock situation in servlets?
What exactly are the functions of servlet?
How do we call one servlet from another servlet?
why we should override only no-agrs init() method.
What is url encoding and url decoding
Why is httpservlet declared abstract?
what is servlet chaining?
What is the need of servlet filters?
What are the common methods that are included in the http servlet class?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?