Home »
MCQs »
Java MCQs
Which of the following can be declared as final in java?
19. Which of the following can be declared as final in java?
- Class
- Method
- Variable
- All of these
Answer: D) All of these
Explanation:
Class, method, and variables all can be declared as final in Java.