crackyourinterview.com


To improves our performance please Like Share Subscribe(Will boost us)

Final keyword in Java and different contexts
Question Posted on 14 Feb 2020Home >> Java >> Core Java >> Final keyword in Java and different contexts

Final keyword in Java and different contexts
Final is one of the special keyword used in Java and that is used as a non-access modifiers. Below are the different contexts which is used Final keyword:-

(1)Final Variable:-Once we used final keyword with variable we cannot change its value once we assigned. If no values is assigned to the final keyword then by using the class constructor a value can be assigned to it.

(2)Final Method:-When we declare method as final then it cannot be overridden by the inheriting class.

(3)Final class:-When a class is declared as final in java then it cannot be extended by any subclass class but it can extend other class.
0
0



.


Most Visited Questions:-

Deep Learning Questions Answers
Below are the different Deep Leaning Questions and answer a More...

Continuous Integration Questions Answers
Below are the 20 odd questions for CI or Continuous Integra More...

Derived relationships in Association Rule Mining are represented in the form of __________.
Derived relationships in Association Rule Mining are repres More...

What is Gulpjs and some multiple choice questions on Gulp
Gulpjs is an open source whihc helps in building Javascript More...

Microservices Architecture Questions Answers
Below are the different questions on Microservices Architec More...




Other Important Questions

what is an object

what is OOAD

difference between c++ and java

what is a transient variable in java

difference between C and Java on pointers






@2014-2022 Crackyourinterview (All rights reserved)
Privacy Policy - Disclaimer - Sitemap