Exception Handling in Java-10

Exception Handling in Java-10

Professional Development

62 Qs

quiz-placeholder

Similar activities

Quizz 23.6.2025

Quizz 23.6.2025

Professional Development

65 Qs

Workshop Guru MAN 2 Tulungagung 2

Workshop Guru MAN 2 Tulungagung 2

Professional Development

57 Qs

A&P 1 Chapter 9

A&P 1 Chapter 9

Professional Development

57 Qs

Exception Handling in Java-10

Exception Handling in Java-10

Assessment

Quiz

English

Professional Development

Hard

Created by

ANIL KUMAR

Used 7+ times

FREE Resource

62 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When does Exceptions in Java arises in code sequence?
Run Time
Compilation Time
Can Occur Any Time
None of the mentioned

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these keywords is not a part of exception handling?
try
finally
thrown
catch

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these keywords must be used to monitor for exceptions?
try
finally
throw
catch

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these keywords must be used to handle the exception thrown by try block in some rational manner?
try
finally
throw
catch

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these keywords is used to manually throw an exception?
try
finally
throw
catch

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Java program?

https://gyazo.com/b6f87b2a6cf67fa9a23985bd4d7a64ac

Hello

World

HelloWorld

Hello World

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Java program? https://gyazo.com/e0ce395823dc7929fddba189d4887846

A

B

Compilation Error

Runtime Error

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?