Java How to Program, Early Objects Plus MyLab Programming with Pearson eText -- Access Card Package (11th Edition)
Java How to Program, Early Objects Plus MyLab Programming with Pearson eText -- Access Card Package (11th Edition)
11th Edition
ISBN: 9780134800271
Author: Paul J. Deitel, Harvey Deitel
Publisher: PEARSON
bartleby

Concept explainers

Question
Book Icon
Chapter 11, Problem 1.1SRE
Program Plan Intro

Program Plan

To list the types of exceptions that may occur during compiling or run time of a java program.

Expert Solution & Answer
Check Mark
Program Description Answer

ClassCastException, NullPointerException, ArithmeticException, IndexOutOfBoundsException, and IOException are the five types of exceptions that are commonly occurring during the program execution.

Explanation of Solution

In a high-level programming language, exception and error handling are the key factors that make the program defend from compile time or run time errors. Java implements the Exception handling mechanism with two packages namely (java.lang) and (java.io). Five types of exceptions occur in common and are listed below:

Run Time Exceptions (or Unchecked Exceptions)

  1. ClassCastException- this type of exception occurs when a programmer tries to cast an object of the parent class to its child class type or to cast an object of one class to an object of another class that is not extending the former.
  2. NullPointerException- occurs when a method calls the instance of an object which is null or tries to access, modify, to access the length of a null value. If a programmer wants to access elements of an array without initializing it then NullPointerException is thrown.
  3. ArithmeticException- occurs when an exceptional condition occurs while doing an arithmetic operation such as Divide by Zero.
  4. IndexOutOfBoundsException- occurs when an index of a string or an array is negative or greater than the size of an object.
  5. IOException- occurs when an interrupt arises during input-output operation or it is failed.

Want to see more full solutions like this?

Subscribe now to access step-by-step solutions to millions of textbook problems written by subject matter experts!
Students have asked these similar questions
Define the term exception.
Explain  exception test
What is advantage of using exception handling?

Chapter 11 Solutions

Java How to Program, Early Objects Plus MyLab Programming with Pearson eText -- Access Card Package (11th Edition)

Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Text book image
C++ Programming: From Problem Analysis to Program...
Computer Science
ISBN:9781337102087
Author:D. S. Malik
Publisher:Cengage Learning
Text book image
Microsoft Visual C#
Computer Science
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Cengage Learning,
Text book image
C++ for Engineers and Scientists
Computer Science
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Course Technology Ptr