Domanda di colloquio di Bloomberg

Difference between final and finally in java.

Risposta di colloquio

Anonimo

15 ott 2010

final is for variables that cannot be changed once declared. finally is for a block of code that will be executed no matter what.

1