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


Please Help Members By Posting Answers For Below Questions

What is type parameter in java?

723


How do you escape a string?

740


Can abstract class have private constructor?

727


What is role of void keyword in declaring functions?

821


Can we override compareto method?

733


What is the method overriding?

836


What is annotation in java?

809


How many types of variables are there?

906


What is bean? Where it can be used?

848


What is lexicographically smallest string?

836


What does jenkins do?

695


What is a heavyweight component?

770


What class allows you to read objects directly from a stream?

1119


What is get () in java?

795


What is a Transient Object?

844