Java Exceptions

Java Exceptions

10th Grade

10 Qs

quiz-placeholder

Similar activities

Settings, plugins and themes (wordpress)

Settings, plugins and themes (wordpress)

9th - 12th Grade

10 Qs

Python Programming Concepts Challenge

Python Programming Concepts Challenge

10th Grade - University

10 Qs

Data Protection Act 1988

Data Protection Act 1988

6th - 12th Grade

12 Qs

For Loops

For Loops

9th - 12th Grade

9 Qs

Quiz Algoritmos y Front End

Quiz Algoritmos y Front End

10th Grade

10 Qs

Arrays

Arrays

10th - 12th Grade

14 Qs

CSA ArrayLists

CSA ArrayLists

10th - 12th Grade

5 Qs

Java Exceptions

Java Exceptions

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Myra Ungriano

Used 8+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is an event that disrupts or interrupts the normal flow of the program.

Exception Handling

Java Throw

Java Exception

Checked Exceptions

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It handle the runtime errors so that the normal flow of the application can be maintained.

Exception Handling

Error Handling

Checked Exceptions

Unchecked Exceptions

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It indicates a problem that mainly occurs due to the lack of system resources.

Exceptions

Error

Checked Exceptions

Unchecked Exceptions

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

These are the problems which can occur at runtime and compile time. It mainly occurs in the code written by the developers.

Exceptions

Error

Checked Exceptions

Unchecked Exceptions

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

These exceptions are checked at compile-time.

Exceptions

Error

Checked Exceptions

Unchecked Exceptions

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

These exceptions are not checked at compile-time, but they are checked at runtime.

Exceptions

Error

Checked Exceptions

Unchecked Exceptions

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Suppose there are 5 statements in your program and there occurs an exception at statement 3, the rest of the code will not be executed, which are that is statements 4 to 5. Is it true or false?

True

False

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?