Search Header Logo

Unit 4 - io, collections_java

Authored by Vijayakumar R

Professional Development

University

Used 4+ times

Unit 4 - io, collections_java
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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()

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?