Array in JAVA
Array in JAVA:-
Array in Java is a collection of similar types of data store in sequential order. It is used to create a list
Array is static in nature. Array size is known.
Array cannot be shrinked.
Types of array:-
Array is two types:-
single dimensional array
multidimensional array
Array construction:-
Array construction possible in 3 different step:-
1)array declaration
2)Memory…
View On WordPress













