Answer Posted / ranganathkini
No a class cannot be marked "abstract" as well as "final".
Marking a class "abstract" means it contains partial
implementation of methods and hence depends on its
subclasses to provide concrete implementation.
Marking the class "final" means that no other class can
extend it and hence abstract classes cannot be marked final.
| Is This Answer Correct ? | 173 Yes | 15 No |
Post New Answer View All Answers
What is singleton class example?
Why main method is called first in java?
What is set in java?
What do you mean by formatting?
Can a class extends itself in java?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?
How are the elements of a gridbaglayout organized?
Which is bigger float or double?
Which collections are thread safe in java?
What is meant by oops concept in java?
Can an integer be null java?
What is type conversion in java?
What mechanism does java use for memory management?
How do you add spaces in java?
What is use of super keyword in java?