Flutterby™! : Java

Next unread comment / Catchup all unread comments User Account Info | Logout | XML/Pilot/etc versions | Long version (with comments) | Weblog archives | Site Map | | Browse Topics

Java

2016-11-04 15:38:09.395974+01 by Dan Lyke 0 comments

Java. Where "byte" is signed, so "b == 0xfe" is always false, but "(b & 0xff) == 0xfe" can be true.

[ related topics: Software Engineering ]

comments in ascending chronological order (reverse):