Quiz 1: Exception Handling

Quiz 1: Exception Handling

Professional Development

20 Qs

quiz-placeholder

Similar activities

JavaScript Quizz

JavaScript Quizz

Professional Development

20 Qs

Java Programming Quiz

Java Programming Quiz

Professional Development

15 Qs

MAWM New Hire Day 3

MAWM New Hire Day 3

Professional Development

21 Qs

LNCT T&P Test1

LNCT T&P Test1

Professional Development

20 Qs

SwiftUI Test

SwiftUI Test

Professional Development

20 Qs

Android quiz

Android quiz

Professional Development

15 Qs

Sharing Session - Security Operation

Sharing Session - Security Operation

Professional Development

15 Qs

10211CS204 -OOPS using Java

10211CS204 -OOPS using Java

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?