What is the use of the final keyword in Java? - Study24x7
Social learning Network

Warning: include(./views/auth.php): failed to open stream: Permission denied in /var/www/html/live/loginRightSlider.php on line 18

Warning: include(): Failed opening './views/auth.php' for inclusion (include_path='.:/usr/share/php') in /var/www/html/live/loginRightSlider.php on line 18
86 followers study24x7 18 Apr 2019 08:00 PM study24x7 study24x7

What is the use of the final keyword in Java?

What is the use of the final keyword in Java?<br styl...
A

When a class is made final, a sublcass of it can not be created.

B

When a method is final, it can not be overridden.

C

When a variable is final, it can be assigned value only once.

D

All of the above

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles