What is difference between abstract class & final class
Answer Posted / amit saxena
Abstract class is the one which is suppose to be extended
but
when we declare a class as final, we cannot extend it.
| Is This Answer Correct ? | 30 Yes | 8 No |
Post New Answer View All Answers
What do you understand by java virtual machine?
What is the r character?
What are instance variables?
Explain some best practices you would apply while using collection in java?
What is the difference between iterator and list iterator?
Explain the use of shift operator in java. Can you give some examples?
Is break statement can be used as labels in java?
Is empty list java?
Is java a utf 8 string?
Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?
What is the function of character?
How many types of memory areas are allocated by jvm?
How do I convert a string to an int in java?
What is linked hashmap and its features?
What is the purpose of garbage collection in java?