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 ststic with example
What are the differences between throw and throws?
What is instance synchronization?
What is stream api in java8?
What is internal variable?
What is static block?
How do you represent a space in regex java?
Which sorting is used in arrays sort in java?
How do you invoke a method?
What does indexof mean?
Does hashset allow duplicates in java?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
What does regex mean?
What is string immutability?
What are annotations in java?