Skip to content
init() is called whenever the servlet is loaded for the first time into the webserver.it performs certain one time activities which are required during the lifetime of the servlet.It may be some initialisation of variables or a database connection.
Destroy will be called whenever the servlet is removed from the webserver. Various resources which are held by the servlet will be released,database connections which were opened will be closed.Later the servlet is destroyed.
Categories Advance Java Interview Questions
Tags advance java in java interview questions , advance java in java notes , advance java in java questions asked in companies , advance java in java questions asked in interview , advance java in java questions asked in mnc , advance java in java questions for interview , advance java in java tutorials , advance java java interview questions , all topics , complete notes on advance java in java , complete tutorials on advance java in java , faq for advance java in java , faq on advance java in java , interview questions on advance java in java , java 10 features , java 10 interview questions and answers , java 11 features , java 11 interview questions and answers , java 12 features , java 12 interview questions and answers , java 13 features , java 13 interview questions and answers , java 14 features , java 14 interview questions and answers , java 15 features , java 15 interview questions and answers , java 16 features , java 16 interview questions and answers , java 6 features , java 6 interview questions and answers , java 7 features , java 7 interview questions and answers , java 8 features , java 8 interview questions and answers , java 9 features , java 9 interview questions and answers , latest interview questions on advance java in java , most asked advance java in java interview questions , notes on advance java in java , rapid fire on advance java in java , rapid fire questions on advance java in java , Servlet in Java , top interview questions on advance java in java , tutorials on advance java in java , updated interview questions answers on advance java in java
Post navigation