Posted By:
John_Mitchell
Posted On:
Sunday, June 17, 2001 03:02 PM
(A) I suggest that you pick up any of the good introductory books on Java.
(B) Check out the jGuru (Data) Collections FAQ.
(C) Strictly speaking, there are only singly dimensioned arrays in Java. In Java, (psuedo-)multi-dimensional arrays are really created as arrays of arrays.
(D) You can have as many dimensions as you like.