What is difference between abstract class & final class
Answer Posted / rajabhau
abstract class can not instantiate.
abstract class can not create abstract constructor or static method.abstract class must be inherited. and vice versa final class.
| Is This Answer Correct ? | 25 Yes | 14 No |
Post New Answer View All Answers
What initialize variables?
What is the difference between math floor and math round?
What is a protected method?
How concurrent hashmap works?
What things should be kept in mind while creating your own exceptions in java?
Why volatile is used in java?
Where are variables stored?
How many bits is a word?
What is the use of singleton class?
What is a bufferedreader?
What is bom encoding?
What is autoboxing in java?
What is the size of an array?
What is the benefit of abstract class?
Why set do not allow duplicates in java?