Answer Posted / sudhakar goud
Ans: we can't write both final and abstract
because the abstract say's taht it has to be overridden
where as final say's that it can't be overridden.
That is the reason we can't write both final and abstract
| Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
Why do people says “java is robust”?
State the merge-sort principle and its time complexity.
If a method is declared as protected, where may the method be accessed in java programming?
what is aggregation in java?
Explain polymorphism citing an example.
Why do we need singleton?
what is comparable and comparator interface?
What happens if we don’t override run method ?
Can we have any other return type than void for main method?
What is the use of coding?
how can you catch multiple exceptions in java?
Can you sort a list in java?
Differentiate between == and equals().
What is indexof?
What is java object name?