Can i have abstract class with no abstract methods?
Answer Posted / venkatesh
No, We can't create abstract class without abstract method
abstract class must have atleast one abstract method
| Is This Answer Correct ? | 19 Yes | 142 No |
Post New Answer View All Answers
What is finalize() function in java?
What is the difference between array list and vector in java?
What does the “static” keyword mean? Can you override private or static method in java?
What is the difference between int and integer in java?
Which are the two subclasses under exception class?
What is hashmap in java?
Can we change the value of static variable?
How to store image in arraylist in java?
Difference between arraylist and hashset in java?
How do you do descending order in java?
Is list thread safe in java?
When should the method invokelater() be used?
Difference between string, stringbuffer and stringbuilder?
What does substring mean?
Explain about transient variables in java?