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
What is strings in java?
What is double parsedouble in java?
What is the purpose of the file class in java programming?
What is super keyword explain with example?
What is array length in java?
How do you override a variable in java?
How many java versions are there?
Can singleton class be serialized?
What is replaceall in java?
Does the order of public and static declaration matter in main method?
What are keywords in java?
What is the difference between a break statement and a continue statement?
Can singleton class be cloned?
Define reflection.
What is bufferedreader in java?