What is a multidimensional array?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is a multidimensional array?
Rating:
An array having more than one dimension is called a multidimensional array. In Java, multidimensional arrays are simply arrays of arrays. The most commonly used multidimensional array is a two-dimensional array. In a two-dimensional array, an element within an array is uniquely identified by a set of values representing the row index and the column index.
Rating:
Was this information helpful?
Other articles
- What is the BufferedReader class?
- What is the higherEntry(k) method of the NavigableMap interface?
- New features in SCJP exam
- What is the ceilingKey(k) method of the NavigableMap interface?
- What is the pollLastEntry() method of the NavigableMap interface?