Multiple choice technology platforms and products Java Exception Class is the subclass of java.lang.Error java.lang.Throwable java.lang.Util java.lang.CheckedException Reveal answer Fill a bubble to check yourself B Correct answer Explanation In Java's exception hierarchy, Throwable is the base class for all throwable objects. Exception inherits directly from Throwable, while Error is a separate subclass of Throwable for serious system errors that applications typically shouldn't catch.