Hey, how can i declare and assign a value from one, or both of of it's dimension in a multidimentional array?

starting to this:

Code:
String[][] GroupList = new String[5][5];
??

i've got a book, but it's only a quick summary =/, thanks uhm, and please give me at least an example...