Object[][] myObject = { {"A", "B", "C"}, {"D", "E", "F"} };
Object[][] myObject;// ConstructorMyClass() { myObject[???][???] = "A"; ???}