// Create an empty list of String List my_list = new List(); // Create a nested list List>> my_list_2 = new List>>();