Unit 4 - io, collections_java

Unit 4 - io, collections_java

University

30 Qs

quiz-placeholder

Similar activities

e-CAT Kuiz Alkitab Edisi Ke-39 Kitab Amsal Bab1 - Bab 31 (07.05.

e-CAT Kuiz Alkitab Edisi Ke-39 Kitab Amsal Bab1 - Bab 31 (07.05.

University

25 Qs

e--CAT Edisi Ke-51  Kitab Ester & Kitab Solomo (30.07.2023)

e--CAT Edisi Ke-51 Kitab Ester & Kitab Solomo (30.07.2023)

University

25 Qs

Turystyka

Turystyka

12th Grade - University

26 Qs

Salesforce Admin Quiz 3

Salesforce Admin Quiz 3

University - Professional Development

30 Qs

Pure and Conditional Obligations

Pure and Conditional Obligations

University

25 Qs

Google Educator Part 1

Google Educator Part 1

KG - University

25 Qs

Manual Transmission Aut-103 week 8

Manual Transmission Aut-103 week 8

University

25 Qs

HTML quiz - Batch 2

HTML quiz - Batch 2

University

25 Qs

Unit 4 - io, collections_java

Unit 4 - io, collections_java

Assessment

Quiz

Professional Development

University

Hard

Created by

Vijayakumar R

Used 4+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What method is used for reading bytes from a file in Java?

A) readBytes()

B) fileRead()

C) read()

D) getBytes()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a method of the Set interface?

A) add()

B) get()

C) remove()

D) iterator()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which class would you use to write character streams in Java?

A) FileOutputStream

B) BufferedWriter

C) InputStreamReader

D) ByteBuffer

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you want to ensure that a collection retains the order of its elements as they were added, which implementation would be most appropriate?

A) HashSet

B) LinkedHashSet

C) TreeSet

D) PriorityQueue

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To remove duplicates from a list while maintaining the element order, which collection type should you convert the list into?

A) HashSet

B) LinkedHashSet

C) TreeSet

D) PriorityQueue

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You need to implement a FIFO (First-In-First-Out) structure. Which collection interface provides this capability?

A) Set

B) List

C) Queue

D) Map

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You have a SortedSet of timestamps. You need to retrieve and remove the earliest timestamp. Which methods should you use?

A) getFirst() and removeFirst()

B) first() and remove()

C) lowest() and dequeue()

D) earliest() and delete()

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?