Pergunta de entrevista da empresa Visa Inc.

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

Respostas da entrevista

Sigiloso

25 de abr. de 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

Sigiloso

16 de jun. de 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 { }