Can i have abstract class with no abstract methods?
Answer Posted / m.ahmad
yes, you can create abstract class with out abstract
method. Otherwise you can create abstract methos in
abstract class must you can overwrite in extends class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can you make a class serializable in java?
What is Java Shutdown Hook?
What is the difference between checked exception and unchecked exception?
What is the difference between sleep and wait in java?
What is identifier give example?
What is thread safe singleton?
What is not object oriented programming?
Is there a jre for java 11?
What is integer valueof?
Explain importance of finally block in java?
What are jee technologies?
when to use ArrayList and when to use HashMap in webApplication.
What are use cases?
Why is multiple inheritance not supported in java?
What is the difference between synchronized and synchronized block?