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 |
What is the difference between servlet and filter?
How session tracking can be achieved, if your browser doesn't support cookies (or) if cookies are disabled?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
What if you need to span your transaction across multiple servlet invocations?
where the generated jsp source file are stored?
Can we use threads in Servlets?
waht is the main diference b/w servelts and JSP ?
What is difference between get and post method?
What is servlet invoker?
What is the directory structure of web application?
What is the directory structure of a war file?
Explain the differences between jsp and servlet.