If a checked exception is not checked, the program will run fine as long as the exception is not triggered. True False

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter11: Exception Handling
Section: Chapter Questions
Problem 20RQ
icon
Related questions
Question
100%
If a checked exception is not checked, the program will run fine as long as the
exception is not triggered.
True
False
Transcribed Image Text:If a checked exception is not checked, the program will run fine as long as the exception is not triggered. True False
Expert Solution
Explanation

1) An exception is an unwanted or unexpected event, which occurs during the execution of a program

2) Checked Exceptions are the exceptions that are checked at compile time. If some code within a method throws a checked exception, then the method must either handle the exception or it must specify the exception using the throws keyword.

  • So we either need to specify a list of exceptions using throws, or we need to use a try-catch block. 

4) So statement in question is False because checked exception needs to be handle in program otherwise it doesn't compile and we cannot run program

trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Exception Handling Keywords
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.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT