Search Header Logo

Quiz 1: Exception Handling

Authored by MADHURI KETHARI

Information Technology (IT)

Professional Development

Used 6+ times

Quiz 1: Exception Handling
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an Exception in Java?

An error that occurs during runtime

An error that occurs during compilation

A warning issued by the compiler

A type of loop

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to handle exceptions in Java?

throws

throw

try

catch

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of "try" block in exception handling?

It catches exceptions and handles them

It specifies the exception type

It contains the code that might throw an exception

It specifies the exception message

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Java, can a method declare multiple exceptions using the "throws" keyword?

Only if the method is marked as "static"

Yes, a method can declare multiple exception separated by commas

Only if the exceptions are marked as "final"

Only if the method is marked as "final"

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of "catch" block in exception handling?

It specifies the exception message

It specifies the exception type

It catches the exceptions and handles them

It contains the code that might throw an exception

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Java, can a "catch" block catch multiple exceptions?

No, a "catch" block can only catch one exception

Only if the "catch" block is marked as "static"

Only if the exceptions are marked as "final"

Yes, a "catch" block can catch multiple exceptions using the pipe (|) symbol

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the "throw" keyword in Java exception handling?

To explicitly throw an exception

To catch exceptions

To specify exception types

To declare a method as "throws"

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?