TechFlow Interview Question

Java: Explain keyword final

Interview Answer

Anonymous

Mar 8, 2012

If primitive type, the value cannot be changed. If reference type, the reference in memory cannot be changed.

1