Arrays
Array is a fixed length container having elements of same data type. It’s a linear data structure representing ordered sequence of elements. Once created, it’s size is fixed. Memory of the elements in it are continuous.
Key Array APIs
Matrix
Matrix is a rectangular array of elements. Matrix is usually represented as 2D array. Matrix is widely applied in image processing and graphics.
Matrix java libraries