short maxShortValue = Short . MAX_VALUE ; int bitCount = Integer . bitCount (123); boolean isLetter = Character . isLetter (’a’); float floatInfinity = Float . POSITIVE_INFINITY ; double doubleNaN = Double .NaN; boolean isNaN = Double . isNaN ( doubleNaN );