|
|
Java
JavaTM is the hottest programming language nowadays. It is complied to bytecode instead of native code so that it can be OS independent. It is robust, secure, protable, and relatively fast compare to other interpred languages. Yes! Java is a interpred language. In order to give it the best performance, many vendors of JRE(Java Runtime Environment) now include JIT(Just In-Time Complier) in their product. JIT complies the Java bytecode into native code at run time, which keeps its system independent and improves its performance.
In this section, you are going to know some basic skills of Java.
Try it Larry
|