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 do you execute a thread in java?
What is use of set in java?
What is boolean strategy?
Explain the importance of import keyword in java?
What will happen when using pass by reference in java?
Which keyword specify that a variable is effectively final ?
What is static class
What is string and its types?
What is a classloader in java?
What is the purpose of java?
explain different ways of using thread? : Java thread
What does g mean in regex?
What is the console in java?
What is use of static method?
Can constructor be synchronized?