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 does method mean?
What is callable java?
What are the types of methods in java?
What are multiple inheritances?
Why there is no call by reference in java?
How do you create a method in java?
Difference difference paint() and paintcomponent()?
What is a concrete classes? Is Java object class is concrete class?
Is string a wrapper class?
Are arrays passed by reference in java?
How do you remove an element from an arraylist in java?
What is the advantage of OOP in java?
What are the different collection views provided by maps?
What is a line break example?
What is printwriter in java?