Java Exceptions

Java Exceptions

10th Grade

10 Qs

quiz-placeholder

Similar activities

Web Quzizz

Web Quzizz

9th - 12th Grade

10 Qs

Bubble Sort

Bubble Sort

10th Grade

8 Qs

Unit 6 Arrays

Unit 6 Arrays

10th - 12th Grade

14 Qs

1st mini Quizgame finals

1st mini Quizgame finals

KG - Professional Development

10 Qs

Java Strings

Java Strings

9th - 12th Grade

12 Qs

Gr10 DigiPro Sprint 1.1

Gr10 DigiPro Sprint 1.1

10th Grade

10 Qs

Practice for 10th AP Java quiz (old)

Practice for 10th AP Java quiz (old)

10th - 12th Grade

11 Qs

Java Exceptions

Java Exceptions

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Myra Ungriano

Used 7+ 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?