Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how to use finalize()Method to resources

Answers were Sorted based on User's Feedback



how to use finalize()Method to resources..

Answer / rakesh

finalize() is used to release other resources
held by your object (such as database connections or
file handles)

Is This Answer Correct ?    6 Yes 2 No

how to use finalize()Method to resources..

Answer / nidhi

finalize is the method called(if defined) by garbage
collector just before it calls any object for garbage
collection. You are never sure that when will it be called.
The main aim for defining this method is to release the
resources that the object is holding before the object
could be deleted from the memory. If this method is called
then the object is not deleted from the memory in that
particular run of garbage collection but is deleted in the
next run.

Is This Answer Correct ?    3 Yes 0 No

how to use finalize()Method to resources..

Answer / srinivasa

As this method is available in object class we can override
the method and provide the code to release the resources.

Is This Answer Correct ?    0 Yes 0 No

how to use finalize()Method to resources..

Answer / sakthivel(gceb)(n.p)pollachi

finalize is one of the keyword in java.if you once declare
a method is final it can not be derived from another
class.you can use them in the form of finalize function name
()

Is This Answer Correct ?    6 Yes 12 No

Post New Answer

More Core Java Interview Questions

what is meant by UP& DOWN casting in java?

6 Answers  


If there is no implementation of MARKER INTERFACE in java. Then how compiler come to know about specification.

2 Answers  


Do you need to import math in java?

0 Answers  


Difference between Application and Applet ?

4 Answers   Wipro,


Why are global variables used?

0 Answers  


Is list thread safe in java?

0 Answers  


What does @param args mean in java?

0 Answers  


What is difference between wait and notify in java?

0 Answers  


is set interface synchronized by default???

2 Answers   Manhattan,


How to define a constant variable in Java?

1 Answers   TCS,


What is the difference between the synchronized() & static synchronized()?

2 Answers   HP, SparkTG,


What is javac used for?

0 Answers  


Categories