Search Header Logo

Quiz 02 - ArrayList

Authored by Mclyn Rinon

Other

University

Used 45+ times

Quiz 02 - ArrayList
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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()

Access all questions and much more by creating a free account

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?