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 |
Differentiate between run time error and syntax error.
when,where and how to use abstract class and interface
Can you override static method in java?
What is java jit compilers?
What is thread safe in java?
What is return keyword in java?
What is java volatile?
What is Java Shutdown Hook?
What is a void method?
What are the two types of exceptions in java? Which are the differences between them?
Explain the importance of import keyword in java?
What is the exact difference in between Unicast and Multicast object ?