Quiz 02 - ArrayList

Quiz 02 - ArrayList

University

14 Qs

quiz-placeholder

Similar activities

Arrays - 2D

Arrays - 2D

University

10 Qs

Unit III - Array

Unit III - Array

University

10 Qs

c set 3

c set 3

University

10 Qs

MP Proficiency Test - RAIZE

MP Proficiency Test - RAIZE

University

15 Qs

QUIZ3:-DATA STRUCTURE

QUIZ3:-DATA STRUCTURE

University

10 Qs

Struktur Data

Struktur Data

University

12 Qs

Techii Quizzz

Techii Quizzz

University

10 Qs

Storage CompTIA 20200415

Storage CompTIA 20200415

University

15 Qs

Quiz 02 - ArrayList

Quiz 02 - ArrayList

Assessment

Quiz

Other

University

Medium

Created by

Mclyn Rinon

Used 44+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main difference between a built-in array and an ArrayList in Java?

Arrays can store objects only.

ArrayLists can be resized dynamically.

Arrays can be resized dynamically.

ArrayLists can only store strings.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to add an element to an ArrayList?

append()

add()

insert()

push()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you access the first element of an ArrayList named 'cars'?

cars[0]

cars.get(1)

cars.get(0)

cars.first()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method would you use to remove an element from an ArrayList?

erase()

discard()

remove()

delete()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the size() method return?

The type of elements in the ArrayList.

The index of the last element.

The maximum capacity of the ArrayList.

The number of elements in the ArrayList.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid way to create an ArrayList of integers?

ArrayList numbers = new ArrayList();

ArrayList numbers = new ArrayList();

ArrayList numbers = new ArrayList();

ArrayList numbers = new ArrayList();

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What method is used to sort an ArrayList?

organize()

sort()

order()

arrange()

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?