Class<String> c = String.class;
Check out the Javadoc for java.lang.Class to see what you can do with one of these little guys – mostly related to reflection
Class<String> c = String.class;
Check out the Javadoc for java.lang.Class to see what you can do with one of these little guys – mostly related to reflection