Can we have unsigned Integer value in java?If value is there then how to declare it.
Asked
Active
Viewed 75 times
0
-
2Java does not have unsigned values, see this questions: http://stackoverflow.com/questions/9854166/declaring-an-unsigned-int-in-java – Francisco Hernandez Nov 07 '15 at 09:12
-
http://stackoverflow.com/questions/26381015/unsigned-integer-in-java – Eran Nov 07 '15 at 09:12
-
Please search before posting. And consider some Java tutorials. – T.J. Crowder Nov 07 '15 at 09:13