There can be a abstract class without abstract methods, but
what is the need to declare a class abstract if it doesn't
contain abstract methods?
Answer Posted / keerthi
It is used prevent creating object of abstract class.
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What is java util list?
What is variable in java?
What is flush buffer?
What is the base class in java from which all classes are derived?
What is an abstract method in java programming?
How can we run a java program without making any object?
what do you understand by synchronization? : Java thread
When is the garbage collection used in Java?
What is fail first in java?
What does t in java mean?
What is bytecode in java ?
What is a line break example?
What is class level lock ?
How do you insert a line break?
What's the difference between int and integer in java?