Can i have abstract class with no abstract methods?
Answer Posted / arjun kumar
The class Abstract is defined as are used to declare common
characteristics of subclasses. It is used to provide a
template for concrete subclasses down the inheritance tree.
so we can't have abstract class with no abstract method
| Is This Answer Correct ? | 6 Yes | 24 No |
Post New Answer View All Answers
What is the default value of byte datatype in java?
What is hasnext in java?
Is java a digit method?
What classes of exceptions may be caught by a catch clause in java programming?
What is the difference between this() and super() in java?
What is the difference between break and continue statements?
Why java is called not pure object oriented language?
Explain different ways of creating a thread?
Similarity and difference between static block and static method ?
Is linked list a linear or non-linear data structure?
Is final static java?
How do you check if a string contains only numeric digits?
State some advantages of java?
Is sizeof a keyword in java programming?
What is hashing principle in java?