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
Does garbage collection occur in permanent generation space in jvm?
What are the advantages of autoboxing?
What are wrapper classes in java?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
Can a static class have a constructor java?
How many return statement are allowed in a function?
Does importing a package imports its sub-packages as well in java?
Why java is not 100% object-oriented?
What is the internal implementation of set in java?
Can we convert list to set in java?
What is the main purpose of java?
What is the range of a character variable?
Is java a compiler?
What is computer compiler?
What is the difference between hashmap and hashtable in java?