Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Edited by NavBot

...

Wiki Markup
\[[API 06|AA. Java References#API 06]\] Class {{InputStream}}
\[[JLS 05|AA. Java References#JLS 05]\] 4.2 Primitive Types and Values
\[[Pugh 08|AA. Java References#Pugh 08]\] "Waiting for the end"

...

INT00INT03-J. Perform explicit range checking to ensure integer operations do not overflowDo not cast numeric types to wider floating-point types without range checking      06. Integers (INT)      INT05-J. Use shift operators correctly