Java Chapter 11: Exceptions and Advanced File I/O- Test
Questions and Answers| Latest Update
The numeric wrapper classes' "parse" methods all throw an exception of this type.
✔️✔️NumberFormatException
This is one or more statements that are always executed after the try block has executed and
after any catch blocks have executed if an exception was thrown. ✔️✔️Finally Block
This is an internal list of all methods that are currently executing. ✔️✔️Call stack
This method may be called from any exception object, and it shows the chain of methods that
were called when the exception was thrown. ✔️✔️printStackTrace
These are exceptions that inherit from the Error class or the RuntimeException class.
✔️✔️unchecked exceptions
All exceptions that do not inherit from the Error class or the RunTimeException class are _____.
✔️✔️checked exceptions
This informs the compiler of the exceptions that could get throw from a method. ✔️✔️throws
clause
You use this statement to throw an exception manually ✔️✔️throw
This is the process of converting an object to a series of bytes that represent the object's data.
✔️✔️Serialization
Questions and Answers| Latest Update
The numeric wrapper classes' "parse" methods all throw an exception of this type.
✔️✔️NumberFormatException
This is one or more statements that are always executed after the try block has executed and
after any catch blocks have executed if an exception was thrown. ✔️✔️Finally Block
This is an internal list of all methods that are currently executing. ✔️✔️Call stack
This method may be called from any exception object, and it shows the chain of methods that
were called when the exception was thrown. ✔️✔️printStackTrace
These are exceptions that inherit from the Error class or the RuntimeException class.
✔️✔️unchecked exceptions
All exceptions that do not inherit from the Error class or the RunTimeException class are _____.
✔️✔️checked exceptions
This informs the compiler of the exceptions that could get throw from a method. ✔️✔️throws
clause
You use this statement to throw an exception manually ✔️✔️throw
This is the process of converting an object to a series of bytes that represent the object's data.
✔️✔️Serialization