ClassCastException

This is an unchecked exception as it is a subclass of RuntimeException. We know in exception handling, all the subclasses of RuntimeException are known as unchecked exceptions. Following is the hierarchy. Object –> Throwable –> Exception –> RuntimeException –> ClassCastException Complete exception hierarchy is available at Hierarchy of Exceptions – Checked/Unchecked Exceptions. As the name …

ClassCastException Read More »