Monday, 19 May 2014

Know Something about JAVA | Vandna Sharma: Another name of JAVA

JAVA | Vandna Sharma: Another name of JAVA
Java is a high-level programming language originally developed by Sun Microsystems and released in 1995. 

Java runs on a variety of platforms, such as WindowsMac OS, and the various versions of UNIXThis tutorial gives a complete understanding of Javahigh-level programming language developed by Sun Microsystems

Java was originally called OAK, and was designed for handheld devices and set-top boxes. Oak was unsuccessful so in 1995 Sun changed the name to Java and modified the language to take advantage of the burgeoning World Wide WebJava is an object-oriented language similar to C++, but simplified to eliminate language features that cause common programming errors. Java source code files (files with a .java extension) are compiled into a format called bytecode (files with a .class extension), which can then be executed by a Java interpreter.