Visa Inc. Interview Question

What's the difference between final, finally & finalize keyword

Interview Answers

Anonymous

Apr 25, 2021

I was about to ask him the difference between Godown, Go-kart, and Gopher, since they all have "Go" in the spelling, but managed to refrain somehow. To add to the awkwardness, the interviewer actually sincerely believed "finalize" is a keyword (it is not).

1

Anonymous

Jun 16, 2021

There is a finalize method in Object class which is called by GC on an object. @Deprecated(since="9") protected void finalize() throws Throwable { }