This is what I need in pseudocode:
myArray = {
{Object, Object, Object},
{Object, Object, Object},
{Object, Object, Object},
{Object, Object, Object},
{Object, Object, Object},
}
How can I declare and initialize something like this in real Java?
Just like this…
Also, see Oracle’s array tutorial.