Is it compulsory to have atleast one abstract method in
abstract class?
Answer Posted / srinu
No its not compulsory.
first of all Abstract class contain some defined methods or
undined methods or both or only defined methods.Because
Httpservlet contain purely undefined but it declared as a
Abstract class.so finally concluded is its a wrong opinion
for Abstract class contain at least one Abstract methods.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Write a program in java to establish a connection between client and server?
What is java objectoutputstream?
What does you mean in math?
What's the base class in java from which all classes are derived?
How to overcome the exception object reference not set to an instance of object?
Can an interface extend a class?
Is empty in java?
Is array passed by reference in java?
What is overloading and overriding in java?
Can we write class inside a class in java?
How do you create a bulleted list?
What is the purpose of using the java bean?
What is immutable data?
What is data type example?
Explain the difference between collection api and stream api in java8?