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 |
What are the traverses in Binary Tree?
How to compare strings in java?
What does serializing data mean?
How do you override a private method in java?
What is Java Classloader?
1 Answers Phantom Technologies,
What is an error in java?
How to solve the problem of generating the unique hash keys with hash function?
What is r * in math?
system.out.println(1 + 3);
What is the function of http?
What is int argc char * argv?
how its run?