Curriculum
Course: Java Basic
Login

Curriculum

Java Basic

Java Home

0/1

Java Introduction

0/1

Java Get Started

0/1

Java Syntax

0/1

Java Comments

0/1

Java Type Casting

0/1

Java Operators

0/1

Java Booleans

0/1

Java Switch

0/1

Java Break / Continue

0/1

Java Errors and Exception

0/1
Text lesson

Java Arrays Methods

Arrays Methods

Below is a table listing popular methods of the Arrays Class:

Method

Description

compare

Performs a comparison between two arrays.

copyOf()

Generates a copy of an array with a specified length.

deepEquals()

Checks whether two multidimensional arrays are deeply equal to each other.

equals

Verifies whether two arrays are equal.

fill()

Populates an array with a specified value.

mismatch()

Returns the index position of the first difference between two arrays.

sort

Arranges an array in ascending order.

Properties

Properties

Description

length

Provides the length of an array.

The length property is inherent to Java arrays and is not part of the Arrays class.