
Java Array Questions

Quiz
•
Computers
•
University
•
Easy
Satish T
Used 4+ times
FREE Resource
50 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output? int[] a = {1, 2, 3, 4, 5}; System.out.println(a[a.length - 1]);
1
4
5 (Correct)
Compilation error
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will happen? int[][] m = new int[2][2]; System.out.println(m[1][1]);
0 (Correct)
Compilation error
NullPointerException
ArrayIndexOutOfBoundsException
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be printed? int[] a = {5, 4, 3}; System.out.println(a[-1]);
5
-1
ArrayIndexOutOfBoundsException (Correct)
Compilation error
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify the result of the following snippet: int[][] arr = new int[2]; arr[0] = new int[2]; arr[1] = new int[3]; System.out.println(arr[1].length);
2
3 (Correct)
1
Compilation error
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which is valid declaration?
int arr[] = new int[3]; (Correct)
int[3] arr = new int[];
int[] arr = new int[];
int arr = new int[3];
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output? int[] a = {1, 2, 3, 4, 5}; System.out.println(a[a.length - 1]);
1
4
5 (Correct)
Compilation error
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output? int[] x = new int[]{1, 2, 3}; x = new int[]{4, 5}; System.out.println(x[1]);
1
2
5 (Correct)
Compilation error
Create a free account and access millions of resources
Similar Resources on Wayground
50 questions
SKILL QUIZ

Quiz
•
University
50 questions
C program MCQ contest

Quiz
•
University
50 questions
Soal_PHP

Quiz
•
University
50 questions
Test 1 (class,object,constructor,this)

Quiz
•
University
50 questions
Test 1 Matlab

Quiz
•
University
50 questions
LATIHAN SOAL

Quiz
•
10th Grade - University
50 questions
lập trình C2

Quiz
•
University
50 questions
html css and javascript

Quiz
•
University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
21 questions
Spanish-Speaking Countries

Quiz
•
6th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
7 questions
Common and Proper Nouns

Interactive video
•
4th Grade - University
12 questions
Los numeros en español.

Lesson
•
6th Grade - University
7 questions
PC: Unit 1 Quiz Review

Quiz
•
11th Grade - University
7 questions
Supporting the Main Idea –Informational

Interactive video
•
4th Grade - University
12 questions
Hurricane or Tornado

Quiz
•
3rd Grade - University
7 questions
Enzymes (Updated)

Interactive video
•
11th Grade - University