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 split return?
What is the relationship between clipping and repainting under awt?
What is a parameter used for?
What are the 6 boolean operators?
What is null object in java?
What is the order of arraylist in java?
What is the size of string?
Who found java?
What is byte [] in java?
What is a native method in java programming?
How are this() and super() used with constructors in java programming?
What is the requirement of thread in java?
In a container there are 5 components. I want to display the all the components names, how will you do that one?
What is %d in printf?
How do you escape in java?