I define a two dimension string object and then try to print it but I don't get the string printed. Can someone tell me what I am missing here?
String[][] input = { { "a", "b", "c" }, { "a", "b", "a" } };
System.out.println(input);
Output:
[[Ljava.lang.String;@6475d174