Can i have abstract class with no abstract methods?
Answers were Sorted based on User's Feedback
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 |
Answer / venkatesh
No, We can't create abstract class without abstract method
abstract class must have atleast one abstract method
| Is This Answer Correct ? | 19 Yes | 142 No |
what is meant by HQL?
What is complexity and its types?
What is integer valueof?
how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)
Is Java Platform Independent if then how?
What is the difference between method and constructor ?
The class "Class" is belongs to which package?? a) java.lang b)java.lang.reflect c)java.util d)None
What are three ways in which a thread can enter the waiting state in java programming?
What are the major advantages of internal iteration over external iteration?
What is the difference between super class & sub class?
Explain java coding standards for interfaces?
What does sprintf mean?