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 |
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
Explain the differences between jsp and servlet.
What is servlet?
What is war file?
What is servlet in tomcat?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
Explain load on start-up and its importance?
What is the difference between jsp and servlet life cycle?
If a servlet is not properly initialized, what exception may be thrown?
what are the CGI Programs?
Can you use javascript in servlets?
Name the servers that can be used to develope and deploy Servlets?