public class X { public static void main(String[] args) { String s = "s"; String[][] matrix = {{s,s},{s,s}}; //Assignment here. } }