Unit 4 - io, collections_java

Unit 4 - io, collections_java

University

30 Qs

quiz-placeholder

Similar activities

Google Educator Part 1

Google Educator Part 1

KG - University

25 Qs

Salesforce Admin Quiz 3

Salesforce Admin Quiz 3

University - Professional Development

30 Qs

Salesforce Admin Quiz 2

Salesforce Admin Quiz 2

University - Professional Development

31 Qs

REV 254 INTRO QUIZ

REV 254 INTRO QUIZ

University

25 Qs

Learning Block 1-4 Test

Learning Block 1-4 Test

University - Professional Development

25 Qs

Pure and Conditional Obligations

Pure and Conditional Obligations

University

25 Qs

ವಿದ್ಯಾಶಾರದೆ KARTET ONLINE TESTS - ಶೈಕ್ಷಣಿಕ ಮನೋವಿಜ್ಞಾನ

ವಿದ್ಯಾಶಾರದೆ KARTET ONLINE TESTS - ಶೈಕ್ಷಣಿಕ ಮನೋವಿಜ್ಞಾನ

12th Grade - University

25 Qs

NEP 2020

NEP 2020

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