Thu 2 Nov 2006
A high-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 Web.
Java is a general purpose programming language with a number of features that make the language well suited for use on the World Wide Web. Java is an object-oriented language similar to C++, but simplified to eliminate language features that cause common programming errors. Small Java applications are called Java applets and can be downloaded from a Web server and run on your computer by a Java-compatible Web browser, such as Netscape Navigator or Microsoft Internet Explorer. “Java” generally refers to a combination of three things: the Java programming language (a high-level, object-oriented programming language); the Java Virtual Machine (a high-performance virtual machine that executes bytecodes on a specific computing platform, typically abbreviated JVM); and the Java platform, a JVM running compiled Java bytecodes, usually calling on a set of standard libraries such as those provided by Java Standard Edition (SE) or Enterprise Edition (EE). Though coupled by design, the language does not imply the JVM, and vice versa.
One Response to “What is Java?”
Leave a Reply
You must be logged in to post a comment.



















November 8th, 2006 at 10:58 am
Also Eclipse is supported by java development, few developers using Java and Eclipse shows that by using advanced features such as refactoring and are extending the environment using third-party tools, hence java is not limited for general purpose, its becoming more powerful programming language that can encompass other language in near future.