Array in Java
Array in Java
Array in Java
In Java and other programming languages, there is one
capability wherein we can use one variable to store a list of
data and manipulate them more efficiently. This type of variable
is called an array.
3. Sample Program