Java History
Mon, 29/09/08 – 5:58 | No Comment

James Gosling initiated the Java language project in June 1991 for use in one of his many set-top box projects. The language, initially called Oak after an oak tree that stood outside Gosling’s office, also …

Read the full story »
Articles

Best Practices

Collection of best practices used in software development.

Books

Q&A

Standards

Standards used in programming

Index cat=- tag=

Java »

Java History
Mon, 29/09/08 – 5:58 | No Comment

Java History

James Gosling initiated the Java language project in June 1991 for use in one of his many set-top box projects. The language, initially called Oak after an oak tree that stood outside Gosling’s office, also went by the name Green and ended up later renamed as Java, from a list of random words. Gosling aimed to implement a virtual machine and a language that had a familiar C/C++ style of notation.

Sun released the first public implementation as Java 1.0 in 1995. It promised “Write Once, Run Anywhere” (WORA), providing no-cost run-times on popular platforms. Fairly secure and featuring configurable security, it allowed network- and file-access restrictions. Major web browsers soon incorporated the ability to run secure Java applets within web pages, and Java quickly became popular. With the advent of Java 2 (released initially as J2SE 1.2 in December 1998), new versions had multiple configurations built for different types of platforms. For example, J2EE targeted enterprise applications and the greatly stripped-down version J2ME mobile applications. J2SE designated the Standard Edition. In 2006, for marketing purposes, Sun renamed new J2 versions as Java EE, Java ME, and Java SE, respectively.

In 1997, Sun Microsystems approached the ISO/IEC JTC1 standards body and later the Ecma International to formalize Java, but it soon withdrew from the process. Java remains a de facto standard, controlled through the Java Community Process.[8] At one time, Sun made most of its Java implementations available without charge, despite their proprietary software status. Sun generated revenue from Java through the selling of licenses for specialized products such as the Java Enterprise System. Sun distinguishes between its Software Development Kit (SDK) and Runtime Environment (JRE) (a subset of the SDK); the primary distinction involves the JRE’s lack of the compiler, utility programs, and many necessary header files.
On 13 November 2006, Sun released much of Java as free and open source software under the terms of the GNU General Public License (GPL). On 8 May 2007 Sun finished the process, making all of Java’s core code free and open-source, aside from a small portion of code to which Sun did not hold the copyright.

java tutorial 2
Sun, 28/09/08 – 3:43 | No Comment
java tutorial 2

java tutorial 2 content

Java Ask 2
Sun, 28/09/08 – 3:38 | No Comment

Java Ask 2 content

Java Ask 1
Sun, 28/09/08 – 3:37 | No Comment

Java Ask 1 content

Java Article 2
Sun, 28/09/08 – 3:36 | No Comment

Java Article 2 content

Java Article 1
Sun, 28/09/08 – 3:35 | No Comment

Java article 1 content

Java Tutorial
Sun, 28/09/08 – 3:18 | No Comment

java tutorial content here

Best Practice 2
Mon, 22/09/08 – 9:43 | No Comment

BP 2

Best Practice 1
Mon, 22/09/08 – 9:42 | No Comment

BP 1

Java Naming Standards 2
Mon, 22/09/08 – 8:18 | No Comment

Java 2

Java Naming Standards
Mon, 22/09/08 – 7:38 | No Comment

Java Naming Standards 
File Naming Standards