Java Rumblings
Pages
Home
TOC
Spring
Core Java
Design Pattern
Concurrency
Hibernate
Garbage Collection
Exception
Books
Java API
Collections
Reflection
Class Loader
Annotation
Generics
Thursday, 21 April 2011
Storing integral types in java
All the integer types in Java technology are internally stored in
two's complement
. In two's complement, positive numbers have their corresponding binary representation.
For negative numbers see -
2's complement of negative numbers in java
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment