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
How do you sort a string in alphabetical order in java?
Is an empty arraylist null?
Why do we need hashset in java?
Explain different states of a thread in java?
What is an object in java?
how to write a program for sending mails between client and server
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
Define the term string pool?
What is a singleton puppy?
How does queue work in java?
What is a numeric literal?
What are the differences between heap and stack memory?
What is overloading and overriding in java?
What do you understand by casting in java language?
Why hashmap is used in java?