init() method of servlet loaded by?
Answers were Sorted based on User's Feedback
Answer / madan
init() method of the servlet is loaded by the servlet
container which resides in the server.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / sowjanya
init() method of the servlet is loaded by container.The init() method called only once in a servlets life.
| Is This Answer Correct ? | 2 Yes | 0 No |
Explain the role of dispatcherservlet and contextloaderlistener.
In jsp custom tags from child tags to how many levels of parent tags you can acess
What is servlet context ?
What’s the difference between forward() and sendredirect() methods?
What is the structure of the http response
What is meant by cookies?
what is meant by servlet to servlet communication?
Name the different ways of session tracking.
Can you create a deadlock condition on a servlet?
What is the difference between jsp and servlet life cycle?
What is servlet and its types?
Differentiate between get and post?