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 a website container?
What is use of super keyword in java?
What is a char in java?
What is the use of static class?
What is the java reflection api? Why it’s so important to have?
is it possible to instantiate the math class?
Can arraylist contain null values?
How many digits can a float hold?
Why stringbuffer is faster than string?
Which is better singleton or static class?
What is passing parameters in java?
What is the different types of functions?
Why we used break and continue statement in java?
Is stringwriter thread safe?
what methods would you overwrite in java.lang.object class?