A detailed record of Java history - like Kernighan- & Richie- 's book [message #1768313] |
Mon, 17 July 2017 06:57  |
Eclipse User |
|
|
|
What I want to know is the detailed record of Java history - like Kernighan- & Richie- 's The C Programming Language book. The detailed history of Java programming language should include the way the program was developed, the original libraries and files, et al.
I already have read the first two points of the page, History of Java programming language freejavaguide.com, like:
www.freejavaguide.com ... Unlike conventional languages which are generally designed either to be compiled to native (machine) code, or to be interpreted from source code at runtime, Java is intended to be compiled to a bytecode, which is then run (generally using JIT compilation) by a Java Virtual Machine ...
...
Sun distinguishes between its Software Development Kit (SDK) and Runtime Environment (JRE) which is a subset of the SDK, the primary distinction being that in the JRE the compiler is not present.
But I want to know more, just like there is more in Kernighan- & Richie- 's The C Programming Language book about the C programming, like the sample illustrative codes, the basic C libraries, et al.
[Updated on: Mon, 17 July 2017 07:15] by Moderator
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.08311 seconds