Can we overload final method in java?
Answer / Saurabh Gupta
"No, it's not possible to overload a final method in Java because the purpose of making it final is to prevent any subclass from overriding it."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a parameter example?
Can we sort hashset in java?
What is static variable and static method?
32 Answers Accenture, Prolific, Prolifics, TCS, TNH,
Is java a compiler?
What is the use of java?
Which package has light weight components in java programming?
Is arraylist zero based?
How do you sort data in java?
what is collatration?
What is the main use of generics in java?
What is Transient and volatile
How to make class immutable