Java Reference
In-Depth Information
System.out.println(":maximize");
}
}
That said, there is no earthly reason to include the label or the comment, which has nothing to do
with the program.
The lesson of this puzzle is that misleading comments and extraneous code cause confusion. Write
comments carefully and keep them up to date. Excise dead code. Also, if something seems too
strange to be true, it's probably false.
< Day Day Up >
 
 
Search WWH ::




Custom Search