Quiz 1: Exception Handling

Quiz 1: Exception Handling

Professional Development

20 Qs

quiz-placeholder

Similar activities

Python MCQs

Python MCQs

Professional Development

20 Qs

Postest Scratch TIK

Postest Scratch TIK

Professional Development

20 Qs

Easytrieve Fun Quiz

Easytrieve Fun Quiz

Professional Development

20 Qs

10211CS204 -OOPS using Java

10211CS204 -OOPS using Java

Professional Development

15 Qs

Quiz sobre Blockchain

Quiz sobre Blockchain

Professional Development

15 Qs

5 DAYS TRAINING UNDER CYBER SHAKTI P[ROJECT FOR WOMEN OFFICAILS

5 DAYS TRAINING UNDER CYBER SHAKTI P[ROJECT FOR WOMEN OFFICAILS

Professional Development

20 Qs

Java 總複習

Java 總複習

Professional Development

18 Qs

Android quiz

Android quiz

Professional Development

15 Qs

Quiz 1: Exception Handling

Quiz 1: Exception Handling

Assessment

Quiz

Information Technology (IT)

Professional Development

Medium

Created by

MADHURI KETHARI

Used 6+ times

FREE Resource

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"

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?