
Java Array

Quiz
•
Information Technology (IT)
•
University
•
Medium
Adlina Anwar
Used 22+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the default value of an array element of type int in Java?
0
null
undefined
0.0
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you find the length of an array in Java?
arr.length()
arr.length
arr.size()
arr.capacity()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the wrong way to creates an array of strings?
A) String[] arr = new String[5];
B) String arr = new String[5];
C) String[] arr; arr = new String[5];
D) both A and C
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output?
1
4
3
5
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you initialize an array with the values 1, 2, 3, 4, and 5?
int[] arr = {1, 2, 3, 4, 5};
int[] arr = new int[5]
int arr[] = {1, 2, 3, 4, 5};
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the index of the first element in an array?
-1
1
0
2
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will the following code print?
1
2
3
4
5
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Test wiedzy: Tablice jednowymiarowe w C++

Quiz
•
10th Grade - University
10 questions
C-Volution (Hard)

Quiz
•
University
15 questions
DSA (Quiz 1) Arrays and Linked Lists

Quiz
•
University
10 questions
Quiz Meet 1 Mini SC Programing

Quiz
•
University
15 questions
Understanding Loops in C Programming

Quiz
•
1st Grade - University
10 questions
Code Twisters Round 1 Demo

Quiz
•
University
12 questions
Java_Quiz_Part_2

Quiz
•
University
10 questions
Refresh Python

Quiz
•
University
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade