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
How does sublist works in java?
Differece between class and generic class?
why are there separate wait and sleep methods? : Java thread
How variables are declared?
What is the difference between a scrollbar and a scrollpane?
Can we serialize singleton class?
What is output buffer?
Which sorting algorithm is in place?
What do you mean by ordered and sorted in collections in java?
What are reference variables in java?
What is an immutable class?
What is array pointers ?
Is null keyword in java?
Are registers volatile?
What is a null class?