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]
# 1
No, java does not. You can only use the predefined"types" which are byte, short, int, long, double, etc.
chemali at 2007-6-29 10:46:56 > top of Java-index,Archived Forums,Java Programming...