Software Development Exam  >  Software Development Questions  >  What's the difference between final,finilize ... Start Learning for Free
What's the difference between final,finilize and finally?
Verified Answer
What's the difference between final,finilize and finally?
- Final
Final is used to apply restrictions on class, method and variable. Final class can't be inherited, final method can't be overridden and final variable value can't be changed.
Final is a keyword.


- Finally
Finally is used to place important code, it will be executed whether exception is handled or not.
Finally is a block.

- Finalize
Finalize is used to perform clean up processing just before object is garbage collected.
Finalize is a method.
This question is part of UPSC exam. View all Software Development courses
Explore Courses for Software Development exam

Top Courses for Software Development

What's the difference between final,finilize and finally?
Question Description
What's the difference between final,finilize and finally? for Software Development 2024 is part of Software Development preparation. The Question and answers have been prepared according to the Software Development exam syllabus. Information about What's the difference between final,finilize and finally? covers all topics & solutions for Software Development 2024 Exam. Find important definitions, questions, meanings, examples, exercises and tests below for What's the difference between final,finilize and finally?.
Solutions for What's the difference between final,finilize and finally? in English & in Hindi are available as part of our courses for Software Development. Download more important topics, notes, lectures and mock test series for Software Development Exam by signing up for free.
Here you can find the meaning of What's the difference between final,finilize and finally? defined & explained in the simplest way possible. Besides giving the explanation of What's the difference between final,finilize and finally?, a detailed solution for What's the difference between final,finilize and finally? has been provided alongside types of What's the difference between final,finilize and finally? theory, EduRev gives you an ample number of questions to practice What's the difference between final,finilize and finally? tests, examples and also practice Software Development tests.
Explore Courses for Software Development exam

Top Courses for Software Development

Explore Courses
Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev