
java - Arrays, Arraylist, vectors, wrapper class

Quiz
•
Computers
•
University
•
Hard
Sowparnika A
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does array.length return?
The memory size of the array
The last element of the array
The number of elements in the array
The first element of the array
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code?
int[] numbers = {1, 2, 3, 4, 5};
System.out.println(numbers[2]);
1
2
3
4
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the correct way to instantiate a 2x3 (2 rows, 3 columns) two-dimensional array in Java?
int[][] array = new int[2][3];
int array[][] = {{1, 2, 3}, {4, 5, 6}};
int[] array = new int[2, 3];
Both A and B
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following Java code?
int[][] numbers = {{1, 2}, {3, 4}, {5, 6}};
System.out.println(numbers[1][1]);
1
2
3
4
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a Vector in Java?
A fixed-size collection of elements
A dynamic array that can grow or shrink in size
A collection that allows duplicate and does not preserve the insertion order
A high-performance, thread-safe collection designed for multi-threaded access
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can you remove an element from a Vector?
Using the delete(int index) method
Using the removeElement(Object obj) method
Using the remove(int index) method
Both B and C are correct
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of Wrapper classes in Java?
To provide a way to use primitive data types as objects.
To enhance the performance of collections that store objects.
To provide a mechanism for synchronizing primitive data types.
To allow primitive data types to be used in generic collections.
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
cp06-01-1D-Array

Quiz
•
University
10 questions
Java Arrays

Quiz
•
University
10 questions
Basic java

Quiz
•
University
12 questions
JavaScript Quiz

Quiz
•
University
15 questions
Arrays and Pointers in C

Quiz
•
University
15 questions
ARRAYS AND FUNCTIONS

Quiz
•
University
12 questions
Arrays C++

Quiz
•
University
8 questions
Java quiz collections

Quiz
•
University
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 Computers
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms

Quiz
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
15 questions
Properties of Equality

Quiz
•
8th Grade - University
38 questions
WH - Unit 3 Exam Review*

Quiz
•
10th Grade - University
21 questions
Advise vs. Advice

Quiz
•
6th Grade - University
12 questions
Reading a ruler!

Quiz
•
9th Grade - University