Unit 4 - io, collections_java

Unit 4 - io, collections_java

University

30 Qs

quiz-placeholder

Similar activities

ISPFL7 - BSIS4A - Quiz 1

ISPFL7 - BSIS4A - Quiz 1

University

30 Qs

Systems Thinking Quiz1

Systems Thinking Quiz1

University

26 Qs

1. Introduction to Marketing

1. Introduction to Marketing

University

25 Qs

M1_Entering The Job Market_Job Search Vocabulary-5.9.2022Mon

M1_Entering The Job Market_Job Search Vocabulary-5.9.2022Mon

University

25 Qs

NFPA 25: Finding The Chapter

NFPA 25: Finding The Chapter

University

25 Qs

Python Basics 3

Python Basics 3

6th Grade - University

30 Qs

Python-Loops-Iterables

Python-Loops-Iterables

12th Grade - University

25 Qs

Vector Prime

Vector Prime

KG - Professional Development

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?