Jump to content

Talk:Oak (programming language)

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Koman90 (talk | contribs) at 19:27, 26 April 2010 (clean up, Corrected comments section header using AWB). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconJava Stub‑class Low‑importance
WikiProject iconThis article is within the scope of WikiProject Java, a collaborative effort to improve the coverage of Java on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
StubThis article has been rated as Stub-class on Wikipedia's content assessment scale.
LowThis article has been rated as Low-importance on the project's importance scale.

Integer values four bytes

I have removed the following statement:

Integer values were always stored on 4 bytes, regardless of the type. This changed in Java 1.4.

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.

Paul Foxworthy (talk) 03:37, 5 November 2009 (UTC)[reply]