Java 7 introduced the binary literal. It simplified binary number usage. To use it, we need to prefix the number with 0B or 0b: @Test public ...
確定! 回上一頁