Q. Which of the following can be declared as final in java?
β
Correct Answer: (D)
All of these
Explanation: Class, method, and variables all can be declared as final in Java.