Can i have abstract class with no abstract methods?
Answer Posted / brainindia
yes,abstract class contains non abstract methods and as well
as abstract methods also.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the restrictions that are applied to the java static methods?
Explain the scope or life time of class variables or static variables?
Is there any tag in htm to upload and download files?
What is difference between static class and normal class?
Is singleton class thread safe?
what state does a thread enter when it terminates its processing? : Java thread
What is parsing a sentence?
How is string stored in java?
Can a method be overloaded based on different return type but same argument type?
Which java collection does not allow null?
How are variables stored in memory?
What is meant by collection in java?
How can constructor chaining be done by using the super keyword?
Give me some null interfaces in java?
Why there are some null interface in JAVA? What does it mean? Give some null interface in JAVA?