Bit Specifier
I am new to JAVA. Does JAVA have bit specifier similar to C++?unsigned short one : 7;unsigned short two : 9;Thanks
[149 byte] By [
obeyhim] at [2007-9-26 2:56:08]

No, java does not. You can only use the predefined"types" which are byte, short, int, long, double, etc.