Unsigned integers
Hi everyone
Correct me if I am wrong, but as far as I am aware, it is impossible to declare an integer as being unsigned in java.
But if that is the case, then why did the makers of java design the language so that you cannot declare an integer as being unsigned?
Are there some microprocessors in some computer systems that have no hardware prevision for the direct handling of unsigned integers because they are designed to only directly handle signed integers and this is why java does not allow unsigned integers?
Best wishes
Andrew Hamilton
|