Unit 4 - io, collections_java

Unit 4 - io, collections_java

University

30 Qs

quiz-placeholder

Similar activities

Standard Distribution

Standard Distribution

University

25 Qs

CHAPTER 21 TAPPING INTO GLOBAL MARKETS

CHAPTER 21 TAPPING INTO GLOBAL MARKETS

University

30 Qs

IPP Exam 1 - Time Mangement

IPP Exam 1 - Time Mangement

University

35 Qs

CDI5CRIM-B ( Technical English) Long Quiz

CDI5CRIM-B ( Technical English) Long Quiz

University

25 Qs

Midterm Exam

Midterm Exam

University

30 Qs

RO OD Review Day 1 to 4

RO OD Review Day 1 to 4

1st Grade - Professional Development

26 Qs

Facebook Marketing - Advertising

Facebook Marketing - Advertising

University

25 Qs

Management Principles-2

Management Principles-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?