Information About

Signedness





DEFINITION

;Signed: A value that can be either positive or negative.
;Unsigned: A value that can only be positive. Unsigned numbers are not used in Java Programming .


SEE ALSO