Answer Posted / rv.nandakishore
Think, if there is 100's of objects are utilizing the
resource(i.e Connection object). That means allocation of
those objects are stored in the internal memory of the JVM
right... If similar requests are utilizing the Connection
object.... at one time the JVM utilization memory is full...
this will degrade the application. For this reason we call
explicitly destroy()...... if not the Garbage Collector will
taken care to reclaim the memory.... by we don's say when it
will be reclaim the memory and free the JVM memory......
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
What do you mean by cgi in servlet?
What is the disadvantage of cookies?
What do you mean by web applications? Explain web application directory arrangement?
Whether we can get deadlock situation in servlets?
Explain mvc pattern.
What are the steps involved in placing a servlet within a package?
Explain the custom jsp tags and the beans.
What is the use of servlet context?
What is the difference between encodeRedirectUrl and encodeURL?
What's the servlet interface?
Is servlet a server side scripting language?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
Which method of the httpservletrequest object is used?
Differentiate between get and post?
What is a servlet-to-servlet communcation?