Category: General

What is 1D array in Java?
general
What is 1D array in Java?

An array with one dimension is called one-dimensional array or single dimensional array in java. It is a list of variables (called elements or components...