What is the use of 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
692 followers study24x7 13 Apr 2019 06:41 PM study24x7 study24x7

What is the use of final keyword in Java?

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