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 are different types of references?
What is static and final keyword in java?
Is oracle charging for java?
What does \ mean in regex?
What is a condition in programming?
why an outer class cannot be declared as private?
What is a numeric literal?
What is replaceall in java?
Can we call a non-static method from inside a static method?
From the two, which would be easier to write: synchronization code for ten threads or two threads?
Define an abstract class with reference to java.
Can we catch more than one exception in single catch block?
How do you find the independent variable?
What is jit and its use?
What about abstract classes in java?