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 |
Explain about narrowing conversion in java?
What is Collections API?
While opening the file, what type of exceptions can be caught?
What is the difference between static and non-static variables?
Explain wrapper classes in java?
What is Java Annotations?
What is the default execution method in java?
If there is no implementation of MARKER INTERFACE in java. Then how compiler come to know about specification.
Difference between final and effectively final ? Why is effectively final even required ?
What is the purpose of the enableevents() method?
Static Variable can referred in non-static method?
What is polymorphism in java? What are the kinds of polymorphism?