6) Arrays In Java
An array is a data structure that stores multiple values of the same type in a single variable. Arrays are fixed in size and store elements in contiguous memory locations.
Declaring, Creating & Initializing Arrays
// DECLARING AN ARRAY
// dataType[]...
arsahin.hashnode.dev3 min read