Answer Posted / shailendra sharma
Final class can not be inherited.
| Is This Answer Correct ? | 29 Yes | 1 No |
Post New Answer View All Answers
What is javac in java?
What is singleton class in java and how can we make a class singleton?
What is the difference between method and means?
Why does java not allow multiple public classes in a java file ?
What does math floor () do?
Is it necessary that each try block must be followed by a catch block?
Can we override private constructor in java?
How to change the priority of thread or how to set priority of thread?
What is java argument list?
Name few java 8 annotations ?
How to create packages in java?
How many return statement are allowed in a function?
I don’t want my class to be inherited by any other class. What should I do?
Can you override a final method?
How the interruptible method gets implemented?