Programming
  by GIUSEPPE CIABURRO     

Java


The Java platform consists of the Java application programming interfaces (APIs) and the Java1 virtual machine (JVM). Java APIs are libraries of compiled code that you can use in your programs. They let you add ready-made and customizable functionality to save you programming time.The console printing capability is provided in the API ready for you to use; you supply the text to be printed. Java programs are run (or interpreted) by another program called the Java VM. If you are familiar with Visual Basic or another interpreted language, this concept is probably familiar to you. Rather than running directly on the native operating system, the program is interpreted by the Java VM for the native operating system. This means that any computer system with the Java VM installed can run Java programs regardless of the computer system on which the applications were originally developed.

Essentials of the Java Programming Language by SUN

 

Link to many Free Java compilers

  1. Free Java compiler for windows-Ftp site of IBM.
  2. Another Free Java compiler for windows-Site of the SUN.
  3. Free Java compiler for Linux.
 

Link to many Java resources

  1. Java User Groups- http://java.sun.com/
  2. Download The Java Tutorial-http://www.star.le.ac.uk/java/information/download.html
  3. Thinking in Java, 2nd edition- http://www.bruceeckel.com/TIJ2/index.html
  4. Java Programmers FAQ-http://www.afu.com/javafaq.html
  5. Java Software FAQ Index-http://java.sun.com/docs/faqindex.html
MATLAB
FORTRAN 90
TURBOPASCAL
C++
PERL
JAVA
JAVASCRIPT