I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this:<
Class
Class stringArrayOfClass = String[].class;