what are the differences between final,finally,finalize
methods?
Answer Posted / thennavan.m
final is a Modifier
finally is a closed Exception Statement
finalize is method{remove the memory resource before call
the garbage collection}
| Is This Answer Correct ? | 20 Yes | 11 No |
Post New Answer View All Answers
What is difference between this and super keyword?
Does constructor return any value?
What is data structure in java?
What is public static void main?
Why do we use regex?
Give the hierarchy of inputstream and outputstream classes.
What is io stream in java?
Can a list be null in java?
What purpose do the keywords final, finally, and finalize fulfill?
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls
What is the use of :: in java?
Define locale.
Can we cast any other type to boolean type with type casting?
how its run?
What is finally and finalize in java?