Frage im Vorstellungsgespräch bei Huawei Technologies

What is final, finally & finalize in java

Antwort im Vorstellungsgespräch

Anonym

27. Juli 2010

final - value cannot be changed (data type); cannot be overriden (method); cannot be subclassed (class)