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 |
Why we should declare the variables as static and final in interfaces?
Does Java support multiple Inheritance?
Define package in Java.
What is the difference between the continue and break statement?
Can a static method be final?
How will you initialize an Applet?
Why java is said to be pass-by-value ?
why string constant pool in java
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
What is regex used for?
Why stringbuffer is faster than string?
What is the difference between getCodeBase and getDocumentBase methods?
1 Answers CS Business Services,