Answer Posted / pranab dutta
A final class may not be subclassed so a final class can't
be extended. It means a final method can't be overridden
when its class is inherited. A final variable is a constant
which you can't change value of a final variable.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is the purpose class.forname method?
How to print nodes of a Binary tree?
What is a JAR file?
What is Gang of four design patterns
What is a java string?
What are the important features of Java 11 release?
Are constructors methods?
What is generics in java interview questions?
How do you check if a string is lexicographically in java?
What must a class do to implement an interface in java programming?
What is the default value of local and global variables?
Which collection is thread safe in java?
What is jvm? How its run?
Why is java called java?
What is size_t?