
Exception Handling and Multithreading
Authored by Mrs KEERTHIKA
Professional Development
University
Used 3+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
27 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What should the return type of method where there is no return value?
String s=null;
NullPointerException
Handles Exception
ArithmeticException
None of the above
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What causes the program to exit abruptly and hence its usage should be minimalistic?
Try
finally
Exit
catch
Answer explanation
In case of exit, the program exits abruptly hence would never be able to debug the root cause of the issue
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which one of the following causes memory leak?
Release database connection when querying is complete
Use Finally block as much as possible
Release instances stored in static tables
Not using Finally block often
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Can we execute multiple exceptions at a time
Yes
No
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of these is a super class of all exceptional type classes?
String
Runtime exceptions
Throwable
Cacheable
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Match the following according to choices for the below code
1.try{
}
catch(Exception e){ }
2.try{
int a=100,b=0,c;
c=a/b;}
catch(ae){}
3.try{
int a[]=new int[10];
a[50]=100;}
catch(Aie)
4.NullPointerException
5.BufferedReader
3.Exception
5.ArithmeticException
4.ArrayIndexOutOfBoundsException
2.Strings=null
1.BufferedReader
2.Exception
3.ArithmeticException
4.ArrayIndexOutOfBoundsException
5.Strings=null
1.BufferedReader
1.Exception
3.ArithmeticException
5.ArrayIndexOutOfBoundsException
4.String s=null
2.BufferedReader
1.Exception
2.ArithmeticException
3.ArrayIndexOutOfBoundsException
4.String s=null
5.BufferedReader
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following Java code?
class exception_handling{
public static void main(String args[])
{
try
{
System.out.print("Hello" + " " + 1 / 0);
}
finally
{
System.out.print("World");
}
}
}
Hello
World
Compilation error
First Exception then World
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
25 questions
Resolución de Conflictos
Quiz
•
9th Grade - Professio...
30 questions
Magnetic Compass Quiz
Quiz
•
University
25 questions
PSeInt
Quiz
•
University
22 questions
Repaso marketing
Quiz
•
University
23 questions
Secure Programming Practices
Quiz
•
University
25 questions
PEDAGOGIK PPG
Quiz
•
University
24 questions
Brain Plasticity, Learning, NLI, Your Brain at "Work"
Quiz
•
10th Grade - University
25 questions
Principles of Auditing Intro
Quiz
•
11th Grade - University
Popular Resources on Wayground
7 questions
History of Valentine's Day
Interactive video
•
4th Grade
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
15 questions
Valentine's Day Trivia
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
Discover more resources for Professional Development
18 questions
Valentines Day Trivia
Quiz
•
3rd Grade - University
12 questions
IREAD Week 4 - Review
Quiz
•
3rd Grade - University
23 questions
Subject Verb Agreement
Quiz
•
9th Grade - University
5 questions
What is Presidents' Day?
Interactive video
•
10th Grade - University
7 questions
Renewable and Nonrenewable Resources
Interactive video
•
4th Grade - University
20 questions
Mardi Gras History
Quiz
•
6th Grade - University
10 questions
The Roaring 20's Crash Course US History
Interactive video
•
11th Grade - University
17 questions
Review9_TEACHER
Quiz
•
University