SLK Group interview question

Basic Java principles like why String is final in java, dynamic vs static polymorphism, interface vs abstract class uses etc.,

Interview Answer

Anonymous

Aug 16, 2015

i explained the necessity to have string as final as it helps in optimizing the space that jvm uses.

4