whats is the use of final,in which situation final can be
used in the application?
Answer Posted / muralisankar
you can prevent a class from inheritance.
You can prevent a method from overriding.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is string example?
Does list maintain insertion order java?
Define the term string pool?
What are the difference between composition and inheritance in java?
What are the different types of inner classes?
Do extraneous variables affect validity?
How can we make copy of a java object?
How do you do absolute value in java?
What does s mean in regex?
Why is java architectural neutral?
What is string pool in java?
Why pointers are not used in java?
What are the topics in advance java?
What is anagram number?
What are the data types supported by java? What is autoboxing and unboxing?