Quiz 02 - ArrayList

Quiz 02 - ArrayList

University

14 Qs

quiz-placeholder

Similar activities

Web Dev

Web Dev

University

15 Qs

Python Numpy and Pandas Quiz

Python Numpy and Pandas Quiz

University

15 Qs

AlgoWhiz Quiz

AlgoWhiz Quiz

University

15 Qs

Exploring C++, Data Structures, and HTML

Exploring C++, Data Structures, and HTML

12th Grade - University

10 Qs

Quiz on Object Oriented Programming and Java

Quiz on Object Oriented Programming and Java

University

15 Qs

Java Quiz1 @ VCE (CSE (AI&ML))

Java Quiz1 @ VCE (CSE (AI&ML))

University

15 Qs

Coding Challenge Round 1

Coding Challenge Round 1

University

10 Qs

IT203 Java Unit4 Post Test

IT203 Java Unit4 Post Test

University

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