private String[][] var[]
This code compiles. But shouldn\'t they make the array on type or variable?
Oscar's answer is pretty good. If one were to read String[][] var[] in English, one would say "var is an array of two-dimensional String arrays" thus "var is a three-dimensional String array"
String[][] var[]