I got an String Array like this:
public static String[] SOM = new String[] {
"", "","", "","something", "something","something", "something","", ""};
Lets say I want to check the what the String at position number 4 is. How can I get only that single String?
you can do: