SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Technology Stocks : How high will Microsoft fly? -- Ignore unavailable to you. Want to Upgrade?


To: Bearded One who wrote (8487)6/17/1998 12:36:00 AM
From: Gerald Walls  Read Replies (1) | Respond to of 74651
 
Java Source Code is what programmers write. It then gets
compiled into "Java Byte Code." Just like C++ code gets compiled
on Intel machines into "x86 object code" which can be run on
Intel or Cyrix or AMD machines, this Java Byte code can be run
by a certain set of machines. In most cases, the machines are
actually themselves software programs known as "Java Virtual
Machines," or JVM's. A JVM running on an Intel machine is written
in, naturally, "x86 object code".


This is not like C++ getting compiled to into native executable code. This is like ancient Pascal compilers producing P-code.



To: Bearded One who wrote (8487)6/17/1998 12:37:00 PM
From: Andy Thomas  Respond to of 74651
 
Thanks for the reply about Java, Bearded One.
Andy