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
Is set ordered in java?
How many types of exception can occur in a java program?
Is java platform independent?
Is a case study a method or methodology?
How to write custom exception in java?
explain autoboxing in java?
What is the full form of jpeg?
What is sorting in java?
What language is java written?
Define how objects are stored in java?
What is hashing principle in java?
What is the difference between a synchronized method and a synchronized block?
Is array dynamic in java?
What does compareto () do in java?
Why is boolean important?