watermark logo

How to Program in Java

2 Views
sarada
sarada
03 Feb 2024

To program in Java (not JavaScript, an unrelated language), you need a compiler, a program to convert Java source code to bytecode. In the old days, the only option was Sun's JDK; but now you have many options, including the GNU GCJ which creates class files or native exe files, and jikes, IBM's open source contribution. You also will need a Java virtual machine, which is a "machine within a machine" which understands Java bytecodes and translates them into machine language on the target processor. There are many available, but you can never go wrong with the javac compiler and java JRE virtual machine included with Sun's Java standard edition. <br /> <br />For more detail visit our website: http://www.matemediadesigns.com <br /> <br />Original source: <br />http://goo.gl/yyZhb1

Show more

0 Comments Sort By

No comments found

Facebook Comments

Up next