what happens if we wont use destroy()?

Answer Posted / venkatesh k

destroy() is not realted to garbage collection. As per
servlet life cycle destroy method is one of compulsary
method.it is automatically invoked by Container.Internallly
we may use garbage collection means reclaim the memory.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we use threads in Servlets?

656


What do you mean by httpservlet and how it is different from the genericservlet?

542


Write a simple servlet program to print the contents of html.

553


What is the main purpose of java servlets?

587


What are the advantages of servlets over traditional cgi?

632






Why do we use sendredirect() method?

550


What is a server side include (ssi)

570


What is ServletContext object?

651


What are the supporting protocol by HttpServlet ?

661


How is the get () method different from the post() method?

539


What are the functions of Servlet container?

611


Explain the servlet filter.

542


Hello, My project requirement is like I need to create a web page using MVC pattern. I hava a bean class, jsp page, servlet, service and dao. My jsp has two fields. One is dropdown list. The option values has to get populated from the database table. The other one is a text box and its value has to come from database table. As of now I have defined the fields in bean class, got the values from database using arraylists in dao class and I called this from service class. Can anyone please tell me the workflow of how the servlet will get this arraylist and populate the arraylist values as dropdown options in jsp page? Also I would like to know the role of bean class in MVC pattern? Thanks in advance!

1839


Which interface must be implemented by all servlets?

801


What is the directory structure of web application?

530