Skip to content

Commit 927cc16

Browse files
authored
Update 2023-11-20-check-if-two-multidimensional-arrays-are-equal.md
1 parent b9923b4 commit 927cc16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎_posts/java-programs/2023-11-20-check-if-two-multidimensional-arrays-are-equal.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ In this tutorial, we will see a Java program to check whether two multidimension
1111

1212
To check whether two multidimensional arrays are equal or not, we can use the `Arrays.deepEquals()` method.
1313

14+
Also see, [Java Program To Check Whether Two One-dimensional Arrays Are Equal](/check-if-two-arrays-are-equal)
15+
1416
**Java Program**
1517

1618
{% raw %}

0 commit comments

Comments
 (0)