Asked by Murali Krishna on Jul 07, 2024

verifed

Verified

The class RuntimeException is part of the package java.io.

RuntimeException

A type of unchecked exception in Java that represents problems that can occur during the runtime of a program.

Java.io

A package in Java that includes classes for system input and output through data streams, serialization, and the file system.

  • Identify key classes in the Java exception hierarchy.
verifed

Verified Answer

CL
Caelan LanganJul 10, 2024
Final Answer :
False
Explanation :
The class RuntimeException is part of the package java.lang, not java.io.