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
Explain try and catch keywords in java?
Can a static method be overridden in java?
If goto and const is reserve words than why it is not work in java?
what is the difference between process and thread? : Java thread
What do u mean by variable?
What is the difference between checked exception and unchecked exception?
Can an interface have a constructor?
How will you load a specific locale?
Is list thread safe in java?
What is the hashcode () and equals () used for?
Is it possible for yielded thread to get chance for its execution again ?
What is java english?
What is variable argument in java?
What are "methods" and "fields"?
Can we force garbage collector to run ?