hey guys am having a little problem with my coding what am trying to do is am trying to display a set an arrays and all of its values within it on a System.out.println but all i seem to get is the address of the array my code is shown below
can anyone help

am just using the code for debugging specifically at the minute and its at test stages:)
String names [][] = new String [21][2];
names[0][0]="chris";
names[0][1]="c";
names[1][0]="c";
names[1][1]="c";
names[2][0]="c";
names[2][1]="c";
names[3][0]="c";
names[3][1]="c";
names[4][0]="c";
names[4][1]="c";
names[5][0]="c";
names[5][1]="c";
names[6][0]="c";
names[6][1]="c";
names[7][0]="c";
names[7][1]="c";
names

[0]="c";
names

[1]="c";
names[9][0]="c";
names[9][1]="c";
names[10][0]="c";
names[10][1]="c";
names[11][0]="c";
names[11][1]="c";
names[12][0]="c";
names[12][1]="c";
names[13][0]="c";
names[13][1]="c";
names[14][0]="c";
names[14][1]="c";
names[15][0]="c";
names[15][1]="c";
names[16][0]="c";
names[16][1]="c";
names[17][0]="c";
names[17][1]="c";
names[18][0]="c";
names[18][1]="c";
names[19][0]="c";
names[19][1]="c";
names[20][0]="c";
names[20][1]="c";
System.out.println("the values entered are"+names);
in opposite world i love programming