I would like to clarify the meaning of the term "signed integer".
I'm researching on protocols, to build one in Java, and over and over meeting the term. I do not know what it's all about.
I've always heard of primitive types, for example in Java: int
, float
, double
, ...
But for me the term is new!
Why is it said that Java "does not have" such unsigned integers ?
And what's the difference between an "signed integer" and an "unsigned integer"?