Arrays in Java
Arrays let you store several values of the same type under one variable, instead of a separate variable for every single value.
Arrays let you store several values of the same type under one variable, instead of a separate variable for every single value.