Can i have abstract class with no abstract methods?
Answer Posted / kamruddin
an abstract class contain the abstract methods and concerete
method
Abstract method:- are those method which have no body.
concrete Method:- are those method which have a body.
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
What is the range of the short type?
Should database connections be singleton?
Can you give few examples of final classes defined in java api?
Can a method be static?
What is the static field modifier?
How do you convert an int to a double in java?
What is string value?
Why heap memory is called heap?
What is the difference between length and length() method in java?
Is it possible to override the main method?
How do you generate random numbers in java?
How do you replace a string in java?
What is the latest version of java?
Difference between process and thread?
Is double bigger than float?