Exception Handling in Java-10

Exception Handling in Java-10

Professional Development

62 Qs

quiz-placeholder

Similar activities

English Grammar Quiz

English Grammar Quiz

Professional Development

59 Qs

FINAL EXAMINATION_EP MR AMIR

FINAL EXAMINATION_EP MR AMIR

Professional Development

65 Qs

Information Systems Quiz

Information Systems Quiz

Professional Development

60 Qs

Common Mistakes In English

Common Mistakes In English

Professional Development

60 Qs

Praxis 5165

Praxis 5165

Professional Development

60 Qs

Prepositions Quiz part 2

Prepositions Quiz part 2

Professional Development

57 Qs

Quizz 3.6.2025

Quizz 3.6.2025

Professional Development

60 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?