I found different post on this topic but I could not find a suitable solution nor understand the code. Anyway, I do have an array that works like a non-squared matrix with columns and rows. From that array I want to retrieve the number of columns and rows later on.
But how? I know how this works in C# but not in Java.
View on Stack Overflow
