Can i have abstract class with no abstract methods?
Answer Posted / sowju
yes we can have.Abstract class can have one or more abstract
and non abstract methods,but it must contain aleast one
abstract method.
| Is This Answer Correct ? | 6 Yes | 22 No |
Post New Answer View All Answers
How variables are stored in memory?
What are use cases?
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.
Explain the difference between string, stringbuffer and stringbuilder in java?
Difference between ‘>>’ and ‘>>>’ operators in java?
Write a factorial program using recursion in java?
Explain notifyall() method of object class ?
What is the generic class?
Are constructors methods?
What are the different types of methodologies?
What is prefix of a string?
How many types of methods are there?
What is outofmemoryerror in java?
What do you mean by default constructor in java?
What are the differences between the constructors and methods?