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 the memory leak in java?
Why declare Main() method as a static in java ?
What are the advantages of exception handling?
Add a value x to array from index l to r where 0 <= l <= r <= n-1
How many arguments can a method have java?
Explain an intermediate language?
What is memory leak and how does java handle it?
Can you change array size in java?
When can you say a graph to be a tree?
what are synchronized methods and synchronized statements? : Java thread
Can we call a non-static method from inside a static method?
Can we define package statement after import statement in java?
How many characters is 16 bytes?
Why should I use abstract class?
What are the different types of methodologies?