Binary Literals: The integral types (byte, short, int, and long) can also be expressed using the binary number system. To specify a binary literal, add the prefix 0b or 0B to the number.
Strings in switch Statements: You can use a String object in the expression of a switch statement
The try-wit...