Q1.
What is the purpose of the final keyword in Java?
Q2.
Which of the following statements is TRUE about final variables?
Q3.
What will happen if you try to extend a final class?
Q4.
What happens when a method is declared final?
Q5.
Which of the following is NOT true about final?
