Checked and unchecked exception

Checked and unchecked exception

Professional Development

38 Qs

quiz-placeholder

Similar activities

Deadlock - Part 2

Deadlock - Part 2

Professional Development

40 Qs

PAS GENAP KK

PAS GENAP KK

Professional Development

40 Qs

DEVOPS Quiz 1

DEVOPS Quiz 1

Professional Development

40 Qs

CS Dept Quiz

CS Dept Quiz

Professional Development

40 Qs

Python Essentials 1 - Exam

Python Essentials 1 - Exam

Professional Development

40 Qs

Java Feature

Java Feature

Professional Development

42 Qs

202508500004

202508500004

Professional Development

40 Qs

Proxima360_20Sep21

Proxima360_20Sep21

Professional Development

40 Qs

Checked and unchecked exception

Checked and unchecked exception

Assessment

Quiz

Computers

Professional Development

Hard

Created by

ANIL KUMAR

FREE Resource

38 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What are checked and unchecked exceptions in Java?
Required and unchecked handling.
Optional and handled exceptions.
Handled and required exceptions.
Required and optional handling.

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What are the examples of checked and unchecked exceptions?
RuntimeException, IOException.
ArrayIndexOutOfBoundsException, NullPointerException.
IOException, ClassNotFoundException.
NullPointerException, ArithmeticException.

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which Java exceptions are unchecked?
IOException.
ClassNotFoundException.
RuntimeException.
SQLException.

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What are the 4 checked exceptions in Java?
NumberFormatException, NullPointerException, ArrayIndexOutOfBoundsException, ArithmeticException.
FileNotFoundException, ClassNotFoundException, InterruptedException, SQLException.
RuntimeException, IndexOutOfBoundsException, IllegalArgumentException, ConcurrentModificationException.
IOException, SQLException, ClassNotFoundException, InterruptedException.

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the difference between checked and unchecked exception?
Checked at runtime, unchecked at compile time.
Unchecked at runtime, checked at compile time.
Checked at runtime and compile time.
Unchecked at runtime and compile time.

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Is NullPointerException checked or unchecked?
Checked.
Unchecked.
Both.
None.

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What are the three unchecked exceptions?
ClassNotFoundException, NullPointerException, IOException.
IllegalArgumentException, ArrayIndexOutOfBoundsException, NullPointerException.
NullPointerException, InterruptedException, NumberFormatException.
UnsupportedOperationException, ClassCastException, IOException.

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?