Java Arrays Quiz

Java Arrays Quiz

12th Grade

15 Qs

quiz-placeholder

Similar activities

Тест по основам Python(intro1)

Тест по основам Python(intro1)

9th - 12th Grade

20 Qs

3TDS - Programação Backend - Aula 20

3TDS - Programação Backend - Aula 20

12th Grade

10 Qs

 XI Kuis Analisis Data

XI Kuis Analisis Data

10th Grade - University

20 Qs

Understanding Loops in C Programming

Understanding Loops in C Programming

1st Grade - University

15 Qs

KUIS KODING & KA 1

KUIS KODING & KA 1

10th Grade - University

10 Qs

SQL Basics Worksheet

SQL Basics Worksheet

8th Grade - University

20 Qs

MID26022025

MID26022025

12th Grade

10 Qs

.NET Written Work 2

.NET Written Work 2

12th Grade - University

15 Qs

Java Arrays Quiz

Java Arrays Quiz

Assessment

Quiz

Information Technology (IT)

12th Grade

Practice Problem

Hard

Created by

Harwin Mendoza

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an array in Java?

A collection of elements of different types

A collection of elements of the same type

A class in Java

None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How are arrays declared in Java?

int arr = new int[5];

int[] arr = new int[5];

int arr = {1, 2, 3};

array int[5] arr;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will happen if you access an array index out of bounds?

Compilation error

Returns -1

Runtime exception

Undefined behavior

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you get the length of an array in Java?

arr.size()

arr.length

arr.length()

arr.getLength()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following initializes an array correctly?

int[] arr = new int[5]{1, 2, 3, 4, 5};

int arr = {1, 2, 3, 4, 5};

int arr[] = {1, 2, 3, 4, 5};

int arr(5) = {1, 2, 3, 4, 5};

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Can an array size be changed after declaration in Java?

Yes

No

Only for primitive types

Only for object types

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you declare a multidimensional array in Java?

int[][] arr = new int[3][3];

int arr[][] = {1, 2, 3, 4};

int[] arr = new int[3][3];

array[][]int arr;

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?