There's some confusion in the mind of an intermediate level programmer about finalize(),finally and final in java. So to remove that confusion from each and everyone's mind I thought of writing a post on it.
finalize() : A Method
finally : A Clause in Try-Catch
final : Keyword in java
finalize() : A Method
finally : A Clause in Try-Catch
final : Keyword in java