I noticed the other day that I can call boolean.class, but not integer.class (or on other primitives). What makes boolean so special?
Note: I'm talking about boolean.class, not Boolean.class (which would make sense).
Duh: I tried integer.class, not int.class. Don't I feel dumb :\