JAVA-Day4

JAVA-Day4

University

18 Qs

quiz-placeholder

Similar activities

hashmap

hashmap

University

14 Qs

Oracle PL/SQL Quizz

Oracle PL/SQL Quizz

University

15 Qs

Introduction To Programming - Lesson Exception Handling

Introduction To Programming - Lesson Exception Handling

11th Grade - University

13 Qs

Fundamentos Java

Fundamentos Java

University

20 Qs

Advanced Java MCQs

Advanced Java MCQs

University

20 Qs

Java File I/O Quiz

Java File I/O Quiz

University

20 Qs

Java Quiz I

Java Quiz I

University

17 Qs

DSA (QUIZ 6) Hashing, Graphs, Advanced Graph Algorithms, and DP

DSA (QUIZ 6) Hashing, Graphs, Advanced Graph Algorithms, and DP

University

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