...
Wiki Markup |
---|
\[[JLS 2005|AA. Bibliography#JLS 05]\] [Section 5.1.2|http://java.sun.com/docs/books/jls/third_edition/html/conversions.html#5.1.2], "Widening Primitive Conversion" |
...
NUM01NUM16-J. Do not assume that the remainder operator always returns a non-negative result for integral operands 03. Integers (INT) FIO14-J. Use an int to capture the return value of functions that read a character or byteConvert integers to floating point for floating point operations 03. Numeric Types and Operations (NUM) NUM18-J. Be aware of numeric promotion behavior