Java - Exceptions - Relationship between Classes and Interfaces

Q1. Which is the Parent Class of Error class? show Answer

Ans.Throwable
Q2. Which interfaces are implemented by ActivationException? show Answer

Ans.[Serializable]
Q3. Which is the Parent Class of Throwable class? show Answer

Ans.Object
Q4. Which is the Parent Class of ActivationException class? show Answer

Ans.Exception
Q5. Which interfaces are implemented by Error? show Answer

Ans.[Serializable]
Q6. Which interfaces are implemented by Throwable? show Answer

Ans.[Serializable]