when we have to use final class in java?
Answers were Sorted based on User's Feedback
Answer / rana
A class is said to be final when i dnt want my class to be
extended by any class so that methods implementation cannot
be changed.
For ex String is a final class
| Is This Answer Correct ? | 31 Yes | 3 No |
Difference between doublesummarystatistics, intsummarystatistics and longsummarystatistics ?
What are heterogeneous objects?
What is casting?
What is static variable with example?
Can a double value be cast to a byte?
Is java a digit method?
What is nested interface?
Does java runtime require a license?
List some java keywords sun like c, c + + keywords?
What is complexity and its types?
What is function and its uses?
Why constructor has no return type?