Is it compulsory to have atleast one abstract method in
abstract class?
Answer Posted / jag
no we can have all concrete methods in abstract class
example:
all the methods in javax.servlet.HttpServlet class are
concrete but it is abstract class
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is string buffer?
Can a static class implement an interface?
What is the meaning of variable in research?
Which keyword specify that a variable is effectively final ?
What comes to mind when someone mentions a shallow copy in java?
What is a java developer salary?
Explain what are final variable in java?
What is a java predicate?
Is array primitive data type in java?
How a variable is stored in memory?
what is predefined function in java?
How can you avoid serialization in child class if the base class is implementing the serializable interface?
Can an interface have a constructor?
How do you sort in ascending order in java?
What does singleton class mean?