Date: 17 Nov 2022

Why doesn’t Java support unsigned ints?

Bcz James Gosling wants to make Java simple. So, he thought for some cases where unsigned are requirements developers can do some complex complement stuff ;-)

Some links:

  • https://stackoverflow.com/questions/430346/why-doesnt-java-support-unsigned-ints
  • http://www.gotw.ca/publications/c_family_interview.htm

This site uses Just the Docs, a documentation theme for Jekyll.