Quiz 02 - ArrayList

Quiz 02 - ArrayList

University

14 Qs

quiz-placeholder

Similar activities

أسئلة عن هياكل البيانات

أسئلة عن هياكل البيانات

University

12 Qs

Object Oriented Programming

Object Oriented Programming

University

15 Qs

National 5 Bus Mgt Marketing - MM Place

National 5 Bus Mgt Marketing - MM Place

KG - University

10 Qs

IT203 Java Unit4 Post Test

IT203 Java Unit4 Post Test

University

10 Qs

Python Numpy and Pandas Quiz

Python Numpy and Pandas Quiz

University

15 Qs

CPE 315 Exam

CPE 315 Exam

University

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