Can you extend a final defined class?
Specialized versions of built-in classes can be extended by calling the parent's constructor.
Yes, a final defined class can be used to declare constants.
No, because a final class or method declaration prevents child class or method overriding.
Yes, if a final class is defined as private in parent class.