Friday, 18 March 2016

What are all 8 primitive types and their size in Java ?


Primitives    -   byte, char, short, int, float, long, double, boolean
Size (in bytes) -    1,       2,       2,   4,     4,      8,        16,       1 bit

No comments:

Post a Comment

Note: only a member of this blog may post a comment.