Tuesday, July 3, 2012

Android Developers Blog: Making Android Games that Play Nice

Android Developers Blog: Making Android Games that Play Nice

Sunday, July 11, 2010

Brief History of java

James Gosling is the father of Java.
Java was initially known was "Oak" and it was renamed as java in the year 1994.
It is developed based upon the following goals--
It should be object oriented
It should fully support network programming.
It should execute code from remote sources with out any harm.
The same program could be executed on multiple operating systems.
It should be easy to use .

It was released to the public in the year 1995.
Infact it was aimed at Internet development.

Java has different platform editions as follows.
Java Standard Edition (Java SE ),
Java Enterprise Edition (Java EE ),
Java Micro Edition (Java ME).
These Platforms are defined in terms of the JVM and the libraries.
Each platform has its own set of “libraries”.

Followers