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 english?
What is stream api in java8?
Justify your answer that you can't define a method inside another method in java, if you can then how?
What is unicode full form?
What do you mean by checked exceptions?
Can a final variable be manipulated in java?
What is derived datatype?
What is data object example?
What is a linkedhashmap java?
What is thread safe java?
What is array and arraylist in java?
what is the use of bean managed and container managed with example?
What is number data type?
What does null mean in java?
What is identifier with example?