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...

what are the differences between final,finally,finalize
methods?

Answer Posted / ravikiran

final variable:Acts like a constant
final method:cann't be overrided
final class:cann't get subclassed

finally is a block which is used to conserve the resource
irrespective of the exception being caught or not

finalize is the method which is used to save tje resources
before the unused object get garbage collected.

Is This Answer Correct ?    55 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What causes memory leak in java?

987


Define "Access specifiers" in java.

1217


What is static keyword in java?

1057


What is meant by attribute?

1205


What are the main uses of java?

1032


What are the Static and Dynamic Variables? Differentiate them.

1160


why java does not support unsigned keyword?

5338


What 4 doubled?

1026


What is the synonym of string?

1136


Can we override constructors?

1050


What is Recursion Function?

1261


What does nextint () do in java?

1054


Can we sort a map in java?

1112


What is the largest long allowed by java?

1100


What is difference between fileinputstream and filereader in java?

1112