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
How to stop a thread in java? Explain about sleep () method in a thread?
Mention a package that is used for linked list class in java.
In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?
What is array in java?
What is a predicate method?
What is the difference between access specifiers and access modifiers in java? 16
Can we use a switch statement with strings?
What is the main difference between java platform and other platforms?
Is static a singleton?
Explain about oops concepts.
What is a singleton in genetics?
Is java an ide?
Who is founder of java?
Which is easier netbeans or eclipse?
Is java based on c?