Sunday, August 8, 2010

Introduce Of JAVA


History JAVA
The first Java programming language born of The Green Project, which runs for 18 months, from early 1991 until summer 1992. The project is not using the version that is called Oak. This project was initiated by Patrick Naughton, Mike Sheridan, James Gosling and Bill Joy, along with nine other programmers from Sun Microsystems.

One result of this project is the Duke mascot created by Joe Palrang. Project meeting took place in an office building on Sand Hill Road Menlo Park. Around the summer of 1992 the project was closed by generating a Java program's first Oak, the Internet is still a stub, which is used only in academic circles and the military. They make the browser (browser) Mosaic as the basis for beginning to create the first Java browser called Web Runner, inspired from the 1980s film, Blade Runner. In the development of the first releases, Web Runner renamed Hot Java. In about March 1995, for the first time 1.0a2 version of Java source code is opened. Their success was followed with a proclamation for the first time in the newspaper the San Jose Mercury News on May 23, 1995. Unfortunately there are divisions among them one day at 4:00 pm in a hotel room Sheraton Palace. Three of the main leaders of the project, Eric Schmidt and George Paolini of Sun Microsystems along with Marc Andreessen, Netscape formed. 
Oak name, taken from an oak tree that grows in front of the windows work space "father of Java" James Gosling. Oak name is not used for release versions of Java as a software has been registered with the trademarks, so that his successor be taken name "Java". The name is taken from the ground pure coffee beans directly from (instant coffee) Gosling's favorite, currently many vendors who use java example Nokia, Sony Ericsson, Motorola, and Samsung.

JAVA Program
JAVA program can be created using any text editor or editor compilernya well. Main program with extension (. JAVA).JAVA compiler is a compiler for the Java programming language beginning the first time when we compile, its output is similar to a command prompt,java compiler typically takes many libraries of C ++.

JAVA Editor
Lots of java editor that has been circulating on the internet, for example, NetBeans, Eclipse, J-Creator, J-Turle. and that I can recommend for a beginner you can try netbeans, why netbens? other than a very informative display, netbeans jg has features that are not in the possession of other editors.

JAVA Varians
JAVA has a lot of variance that is Java SE, Java ME, Java EE and JRE, but for this issue we discuss in the next post.

Example JAVA Code
import java.io;
public class Test { 
  public static void main(String[] args){
System.out.println("Hello World!");
     }
}

0 comments:

Post a Comment