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
Is string serializable in java?
What is http client in java?
What is difference overloading and overriding?
What are the five major types of reference sources?
What is isa relationship?
What is function and its uses?
What is the main difference between java platform and other platforms?
Which is bigger float or double java?
What is the default value of local and global variables?
What are the types of java?
How do you implement singleton class?
What does sprintf return?
What is a variable and constant?
When arithmeticexception is thrown?
What is the difference between the paint() and repaint() methods in java programming?