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

Explain final, finalize() and finally?

Answer Posted / guest

we can declare final for class ,method,varible.
final varibles are unchangeble.
final classes are not subclassed.
final methods are not overriden.
finilize()
to clean up memory resourses for object using finilize().
finally block is executed if exception thrown or not.

Is This Answer Correct ?    100 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?

1000


Can a class be private or protected in java?

999


What is "this" keyword in java? Explain

1048


Define Multiprogramming and Multiprocessing in java.

1062


What is an iterator interface in java programming?

902


What are exception handling keywords in java?

974


How will you serialize a singleton class without violating singleton pattern?

1900


Is a boolean 1 bit?

1005


What is immutable in java?

1008


whar are the draw backs of programming lang step by step in Clang and next in C++ and next and in Java nad in .Net

2058


Define jit compiler?

1059


When would you use a static class?

918


What is prefix of a string?

973


What is stored procedure. How do you create stored procedure ?

1889


Explain super keyword in java.

992