It\'s easy to get a class literal for a class:
String.class
But how can I get a class object for an array type?
This works, but it\
You can simply type
Class> clazz = byte[].class;