JAVA-Day4

JAVA-Day4

University

18 Qs

quiz-placeholder

Similar activities

Python_MCQ_2

Python_MCQ_2

University

15 Qs

Codean JS Synchronous dan Asynchronous

Codean JS Synchronous dan Asynchronous

University

21 Qs

Fundamentos Java

Fundamentos Java

University

20 Qs

Java Basics Quiz for CH/PT Students

Java Basics Quiz for CH/PT Students

University

16 Qs

Java Exception Handling Quiz

Java Exception Handling Quiz

University

20 Qs

Power BI Quiz (Beginner Level)

Power BI Quiz (Beginner Level)

University

15 Qs

Mastering Object-Oriented Programming in Java

Mastering Object-Oriented Programming in Java

University

20 Qs

Python Programming Quiz

Python Programming Quiz

University

13 Qs

JAVA-Day4

JAVA-Day4

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

Chitra Muthu

Used 1+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which keyword is used to handle exceptions in Java?

try

throw

catch

All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is the purpose of the finally block in exception handling?

It executes only when an exception occurs.

It executes only if no exception occurs.

It always executes, regardless of exceptions.

It throws exceptions to the calling method.

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which keyword is used to throw an exception explicitly in Java?

throw

throws

catch

try

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which of the following is an ordered collection of elements in Java?

HashSet

TreeSet

LinkedList

HashMap

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which collection does not allow duplicate elements?

List

ArrayList

HashSet

LinkedList

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which collection uses a tree structure to store elements in a sorted order?

TreeSet

HashSet

ArrayList

LinkedList

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which class implements the Map interface using a hash table?

TreeMap

HashMap

LinkedHashMap

SortedMap

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?