Home
About Us
Contact Us
Bookmark
Saved Bookmarks
Current Affairs
General Knowledge
Chemical Engineering
UPSEE
BSNL
ISRO
BITSAT
Amazon
ORACLE
Verbal Ability
→
Programming
→
ASP Dot net Interview Questions in Programming
→
How is final different from finally and finalize()...
1.
How is final different from finally and finalize()?
Answer»
Final
Finally()
FINALIZE
()
This is technically a keyword.
This is technically a block.
This is technically a protected method.
Its usage is applying restrictions on
CLASS
, variable, and methods.
This is
USED
for both exception handling, try and catch blocks.
This is only
CALLED
by the garbage collector before an object is being removed.
Show Answer
Discussion
No Comment Found
Post Comment
Related InterviewSolutions
What is BCNF (Boyce-Codd Normal Form)?
What is a spanning Tree?
What is a static function?
What is meant by "bit masking"?
What is the difference between ++var and var++?
Is it possible to execute code even after the program exits the main() function?
What is the difference between a break statement and a continue statement?
How is final different from finally and finalize()?
What is the % operator?
What are local variables?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies