Talk:Oak (programming language): Difference between revisions

Content deleted Content added
No edit summary
m Reverted edits by 76.79.191.234 (talk) to last version by Cyberbot II
Line 3:
I have removed the following statement:
 
''Integer values were always stored on 4 [[Byte|bytes]], regardless of the type. This changed in [[Java version history#J2SE 1.4 (February 6, 2002)|Java 1.4]].''
''Integer values wer
 
It has always been the case that the Java int type is 4 bytes in size, and long is 8 bytes. Java 1.4 didn't change this. If there is a grain of truth in the statement, I don't know what it is and it was poorly expressed.