Domanda di colloquio di Visa Inc.

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

Risposte di colloquio

Anonimo

25 apr 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

Anonimo

16 giu 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 { }