employer cover photo
employer logo
employer logo

Huawei Technologies

Is this your company?

Huawei Technologies interview question

What is final, finally & finalize in java

Interview Answer

Anonymous

27 Jul 2010

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