
Java_ExceptionHandling

Quiz
•
Professional Development
•
Professional Development
•
Hard
kowshika arumugham
Used 2+ times
FREE Resource
13 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the advantage of Exception Handling
To avoid abnormal termination of a program
To find out errors
To Debug program
None of these
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following key word is optional in Exception handling program
try
finally
catch
throw
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of 'throw' keyword
To Raise an exception explicitly
To Raise an exception implicitly
To create user defined exceptions
To create custom exceptions
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Exception classes belongs to following package
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the default behavior of an uncaught exception in Java
Program terminates abruptly
Exception is ignored
Program continues execution
Exception is logged
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Choose an exception if attempt to divide number by zero
int number = 89 / 0;
System.out.println("The answer is " + number);
ArithmeticException
NullPointerException
NumberFormatException
ArrayIndexOutOfBoundException
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Choose the CORRECT exception
String department="JTMK";
Integer no=Integer.parseInt(department);
ArithmeticException
NullPointerException
NumberFormatException
ArrayIndexOutOfBoundException
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Web Development Workshop

Quiz
•
University - Professi...
15 questions
Nodejs: Packages and Package.json

Quiz
•
Professional Development
8 questions
Knowledge Check #3: Demarcation and Service Protection

Quiz
•
Professional Development
10 questions
Quiz ReactJS Lesson 02

Quiz
•
Professional Development
10 questions
Global AI Bootcamp Mumbai

Quiz
•
Professional Development
10 questions
Nodejs: Queues and Background Workers

Quiz
•
Professional Development
10 questions
Programming Knowledge Quiz (Medium)

Quiz
•
5th Grade - Professio...
15 questions
[FAST TRACK] Android Class Quiz week 05 12/05

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade