Java Arrays Quiz

Java Arrays Quiz

12th Grade

15 Qs

quiz-placeholder

Similar activities

Introduction To JavaScript

Introduction To JavaScript

12th Grade

10 Qs

Penyegaran PEmrograman Web XII DKV

Penyegaran PEmrograman Web XII DKV

12th Grade

11 Qs

Sistematizacija gradiva IX

Sistematizacija gradiva IX

9th Grade - University

16 Qs

3TDS - Programação Backend - Mapas

3TDS - Programação Backend - Mapas

12th Grade

10 Qs

3TDS - Programação Frontend - Recuperação 2

3TDS - Programação Frontend - Recuperação 2

12th Grade

10 Qs

9618 functions,procedures,string functions-recap

9618 functions,procedures,string functions-recap

12th Grade

20 Qs

C++: Control y Funciones

C++: Control y Funciones

12th Grade

20 Qs

ASSESMEN SUMATIF

ASSESMEN SUMATIF

2nd Grade - University

10 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?