Revature interview question

In java what is final?

Interview Answer

Anonymous

30 Dec 2021

The Final is a keyword in Java. The final variable is constant, final method is prevent overriding, and final class prevent inheritance.