Can i have abstract class with no abstract methods?
Answer Posted / aravind
yes we can have abstract class with out a abstract methods
but when u have a single abstarct method u r class must and
should be declared as Abstarct.
| Is This Answer Correct ? | 27 Yes | 4 No |
Post New Answer View All Answers
How to declare an arraylist in java?
Can java run on google chrome?
what is an objects lock and which objects have locks? : Java thread
What is boolean false?
What's the base class in java from which all classes are derived?
What are wrapper classes in java?
What is the difference between array list and vector in java?
What is the default size of set in java?
What is string value?
Explain about features of local inner class?
What is an association?
What is difference between printf and scanf?
Does every java program need a main?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
Is it possible to compare various strings with the help of == operator?