Multiple choice technology programming languages Throwable is the base class for Error and Exception? True False Reveal answer Fill a bubble to check yourself A Correct answer Explanation In Java, Throwable is the superclass of all errors and exceptions in the Java language. Both Error and Exception directly extend Throwable, making it the base class for the entire exception hierarchy.