static String words[][] = {{" banana "," bob "},
{" ich "," du "},
{" are "," is "},
{" not"," yes "}};
static String quotes[]= {"i want to eat",
"can I help you?",
"Please, send a message",};
What type of data structure it is and how can I use it?