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 is the largest number a double can hold?
What is an 8 bit word?
Is set thread safe java?
What is method in java with example?
What is the difference between stream and buffer?
What is a data structure java?
Write a program in java to establish a connection between client and server?
What is runtime polymorphism or dynamic method dispatch?
What is replacefirst in java?
What is an abstract method in java programming?
What about instanceof operator in java?
What is null object in java?
How do you add an element to a hashset in java?
What is difference in between java class and bean?
What are packages in java?