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
Is char * a string?
Can you sort a string in java?
Why is java called java?
What is meant by collection in java?
Why are data types important?
What does i ++ mean in Java?
When arithmeticexception is thrown?
How can we run a java program without making any object?
Explain the difference between serializable and externalizable in java?
What are static variables and functions?
What are exception handling keywords in java?
What is null in java?
What is final modifier?
Why java strings are immutable in nature?
What are the string methods in java?