Back to Top

Sunday 15 January 2012

JAVA : What is final?

  •  A final class can't be extended ie., final class may not be subclassed. 
  •  A final method can't be overridden when its class is inherited. 
  •  You can't change value of a final variable (is a constant).

1 Responses to “ JAVA : What is final? ”

Anonymous said...
25 May 2017 at 16:00

nice explanation about final keyword
thank for this article


Post a Comment

Popular Posts

Subscribe via Email
Subscribe Java Interview Questions via Email
All Rights Reserved JAVA INTERVIEW QUESTIONS | Privacy Policy | Anijit Sarkar