Skip to content
Snippets Groups Projects
Commit 24ebc28a authored by Goik Martin's avatar Goik Martin
Browse files

2-nd explanation

parent 22c7f9e7
No related branches found
No related tags found
No related merge requests found
......@@ -194,6 +194,11 @@ System.out.println(b);</programlisting></td>
language="java">b will thus transition</code> from Byte.MAX_VALUE
to <code language="java">Byte.MIN_VALUE</code>. The loop will thus
continue forever.</para>
<para>Shorter explanation: The expression <code language="java">b
&lt;= Byte.MAX_VALUE</code> is always true due to <code
language="java">Byte.MAX_VALUE</code>'s definition with respect to
any value of type <code>byte</code>.</para>
</answer>
</qandaentry>
</qandadiv>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment