banner title

About Java

banner title

The first version of Java was launched in 1992, and it is known as Oak. The name changed in the year 1995, from Oak to JAVA. Since that JAVA has released numbers of development version and platforms. Java is everywhere from mobile phones, handheld devises, games, navigation system to the business solution

About Java
About Java

About Java

Java is a programming language originally developed by James Gosling at Sun Microsystems (which is now a subsidiary of Oracle Corporation) and released in 1995 as a core component of Sun Microsystems' Java platform. The language derives much of its syntax from C and C++ but has a simpler object model and fewer low-level facilities. Java applications are typically compiled to bytecode (class file) that can run on any Java Virtual Machine (JVM) regardless of computer architecture. Java is general-purpose, concurrent, class-based, and object-oriented, and is specifically designed to have as few implementation dependencies as possible. It is intended to let application developers "write once, run anywhere". Java is considered by many as one of the most influential programming languages of the 20th century, and widely used from application software to web application.