Java Collections Dr LJK

Java Collections Dr LJK

Professional Development

10 Qs

quiz-placeholder

Similar activities

Recap 2

Recap 2

Professional Development

14 Qs

Diagrama de Pareto

Diagrama de Pareto

Professional Development

10 Qs

Managing Projects

Managing Projects

Professional Development

10 Qs

SKPMK@S

SKPMK@S

Professional Development

10 Qs

Objetivos generales de etapa

Objetivos generales de etapa

Professional Development

13 Qs

SAFETY QUIZ MUT & MUTL

SAFETY QUIZ MUT & MUTL

Professional Development

15 Qs

SPC BASIC

SPC BASIC

Professional Development

12 Qs

Hari 3

Hari 3

Professional Development

15 Qs

Java Collections Dr LJK

Java Collections Dr LJK

Assessment

Quiz

Professional Development

Professional Development

Practice Problem

Hard

Created by

Jayakumar Loganathan

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

-Contains no duplicate elements.

-Can contain at most one Null value.

-Elements are not key-value pairs.

-Accessing an element can be almost as fast as performing a similar operation on an array.


Which of these classes provides the specified features?

LinkedList

TreeMap

HashSet

LinkedHashMap

HashMap

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

4

5

6

12

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

-Entries are not organized as key/value pairs.

-Duplicate entries are rejected.

Which interface of the java.util package offers the specified behavior?

List

Map

Set

None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

[Computer, Network, Networks, Programming, Security]

[Computer, Programming, Network, Networks, Programming, Security]

[Computer, Programming, Computer, Networks, Network, Security]

[Computer, Networks, Network, Programming, Security]

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following is/are correct statements?

HashSet class implements the Set interface

HashSet does not allow duplicate elements that means you can not store duplicate values in HashSet.

HashSet permits to have a single null value.

HashMap does not allow duplicate keys however it allows to have duplicate values.

HashMap and HashSet are threadsafe

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

List listNames = new ArrayList();

listNames.add("Tom");

listNames.add("Mary");

listNames.add("Peter");


String name2 = (String) listNames.get(1);

System.out.println(name2);

What is the output of the above code

Tom

Mary

Peter

raises Exception

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the list nums if it is initially [5, 3, 1] and the following code is executed?

nums.add(6);

nums.add(0, 4);

nums.remove(1);

[4, 3, 1, 6]

[5, 3, 1, 6]

[4, 3, 6]

[4, 5, 3, 6]

Create a free account and access millions of resources

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?

Discover more resources for Professional Development