when you write `boolean.class` javac replaces that...
# announcements
j
when you write
boolean.class
javac replaces that reference with
Boolean.TYPE
, i believe