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
Can we sort arraylist in java?
Does java trim remove newline?
Explain the meaning of java applet.
Can we override private method?
Explain the importance of finally block in java?
What does this () mean in constructor chaining concept?
In java, what is the difference between method overloading and method overriding?
Why is serialization required?
What happens if an exception is throws from an object's destructor?
What are static blocks in java ?
What are the high-level thread states in java programming?
What is the difference between multiple processes and multiple threads?
Does string isempty check for null?
What is a dot notation?
what do you mean by classloader in java?