Revature Interview Question

In java what is final?

Interview Answer

Anonymous

Dec 30, 2021

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