
Exploring ArrayList Techniques and Strategies

Quiz
•
Other
•
12th Grade
•
Medium
Mouna Boutemine
Used 2+ times
FREE Resource
14 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following methods is used to add an element at a specific index in an `ArrayList` in Java?
`addElement(int index, E element)`
`insert(int index, E element)`
`add(int index, E element)`
`put(int index, E element)`
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Consider an `ArrayList
`["apple", "blueberry", "cherry"]`
`["apple", "banana", "blueberry"]`
`["blueberry", "banana", "cherry"]`
`["apple", "cherry", "blueberry"]`
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which method would you use to remove all elements from an `ArrayList` in Java?
`clear()`
`removeAll()`
`deleteAll()`
`empty()`
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Given an `ArrayList
for (int i = 0; i < numbers.size(); i++) { System.out.println(numbers.get(i)); } ```
for (Integer num : numbers) { System.out.println(num); } ```
while (i<= numbers.size() -1 ) { System.out.println(number.get(i)); } ```
All of the above
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If you want to check whether an `ArrayList` contains a specific element, which method would you use?
`containsElement(Object o)`
`has(Object o)`
`contains(Object o)`
`exists(Object o)`
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the result of the following code snippet?
```java
ArrayList
`["apple", "banana", "cherry"]`
`["apple", "cherry"]`
`["banana", "cherry"]`
`["apple", "banana"]`
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following statements about `ArrayList` is true?
`ArrayList` is synchronized.
`ArrayList` can store primitive data types directly.
`ArrayList` allows duplicate elements.
`ArrayList` has a fixed size.
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
ISIZULU - Isifundo 4

Quiz
•
1st Grade - University
13 questions
Holiday vocabulary

Quiz
•
1st - 12th Grade
10 questions
Nrl Origin

Quiz
•
5th - 12th Grade
10 questions
Have and Has Review

Quiz
•
KG - University
15 questions
Comida_Las Frutas y Verduras

Quiz
•
9th - 12th Grade
13 questions
English and Reading ACT Strategies

Quiz
•
9th - 12th Grade
10 questions
German Vocabulary Quiz

Quiz
•
11th Grade - University
15 questions
JS 1

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Other
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Video Games

Quiz
•
6th - 12th Grade
28 questions
Ser vs estar

Quiz
•
9th - 12th Grade
13 questions
BizInnovator Startup - Experience and Overview

Quiz
•
9th - 12th Grade
16 questions
AP Biology: Unit 1 Review (CED)

Quiz
•
9th - 12th Grade
20 questions
Parallel lines and transversals

Quiz
•
9th - 12th Grade
9 questions
Geometry and Trigonometry Concepts

Interactive video
•
9th - 12th Grade
10 questions
Angle Relationships with Parallel Lines and a Transversal

Quiz
•
9th - 12th Grade