I know how to initialize strings in C in two different ways. char str[] = "abcd"; char str[] = {'a'
I wanted to create a list of options for testing purposes. At first, I did this: ArrayList<String> plac