Dictionary
Thesaurus
Encyclopedia
Translator
Web

Java

 - 9 dictionary results

Ja⋅va

[jah-vuh or, especially for 2, jav-uh]
–noun
1. the main island of Indonesia. 76,100,000 (with Madura); 51,032 sq. mi. (132,173 sq. km).
2. (usually lowercase) Slang. coffee: a cup of java.
3. Trademark. a high-level, object-oriented computer programming language used esp. to create interactive applications running over the Internet.
Dictionary.com Unabridged
Based on the Random House Dictionary, © Random House, Inc. 2009.
Cite This Source Link To Java
ja·va   (jä'və, jāv'ə)   
n.   Informal
Brewed coffee.

[After Java1.]
Ja·va 1   (jä'və, jāv'ə)   
An island of Indonesia separated from Borneo by the Java Sea, an arm of the western Pacific Ocean. Center of an early Hindu Javanese civilization, Java was converted to Islam before the arrival of the Europeans (mainly the Dutch) in the late 16th century.
Ja·va 2   (jä'və, jāv'ə)   
A trademark used for a programming language designed to develop applications, especially ones for the Internet, that can operate on different platforms.
The American Heritage® Dictionary of the English Language, Fourth Edition
Copyright © 2009 by Houghton Mifflin Company.
Published by Houghton Mifflin Company. All rights reserved.
Cite This Source
Cultural Dictionary

Java [(jah-vuh)]

Island in Indonesia, south of Borneo.

Note: Java is one of the world's most densely populated regions.
Note: It was under Dutch rule from 1619 to 1949.
The American Heritage® New Dictionary of Cultural Literacy, Third Edition
Copyright © 2005 by Houghton Mifflin Company.
Published by Houghton Mifflin Company. All rights reserved.
Cite This Source
Slang Dictionary
java [ˈdʒɑvə]

  1. n.
    coffee. : How about a cup of java?
Dictionary of American Slang and Colloquial Expressions by Richard A. Spears.Fourth Edition.
Copyright 2007. Published by McGraw Hill.
Cite This Source
Word Origin & History

java 
1850, kind of coffee grown on Java and nearby islands of modern Indonesia.
Online Etymology Dictionary, © 2001 Douglas Harper
Cite This Source
Financial Dictionary

Java

A programming language developed by Sun Microsystems to support widespread software distribution, in particular over the Web. It is a smaller and more secure version of the C++ programming language.

Investopedia Commentary

Because of strict controls over software distribution, the Java design protects against the delivery of incompatible software or viruses.

Related Links

Survive the Trading Game
The Greatest Market Crashes

See also: Bubble, Dotcom, Electronic Filing - e-File, Killer Application, Semiconductor, Silicon Valley, Siliconaires

Investopedia.com. Copyright © 1999-2005 - All rights reserved. Owned and Operated by Investopedia Inc.
Cite This Source
Computing Dictionary

Java programming, language, portability
(After the Indonesian island, a source of programming fluid) A simple, object-oriented, distributed, interpreted, robust, secure, architecture-neutral, portable, multithreaded, dynamic, buzzword-compliant, general-purpose programming language developed by Sun Microsystems in the early 1990's (initially for set-top television controllers), and released to the public in 1995.
Java first became popular by being the earliest portable dynamic client-side content for the World-Wide Web in the form of platform-independent Java "applets". In the late 1990's and into the 2000's it has also become very popular on the server side, where an entire set of APIs defines the J2EE.
Java is both a set of public specifications (controlled by Sun Microsystems through the JCP) and a series of implementations of those specifications.
Java is syntactially similar to C++ without user-definable operator overloading, (though it does have method overloading), without multiple inheritance, and extensive automatic coercions. It has automatic garbage collection. Java extends C++'s object-oriented facilities with those of Objective C for dynamic method resolution.
Whereas programs in C++ and similar languages are compiled and linked to platform-specific binary executables, Java programs are typically compiled to portable architecture-neutral bytecode or ".class" files, which are run using a Java Virtual Machine. The JVM is also called an interpreter, though it is more correct to say that it uses Just-In-Time Compilation to convert the bytecode into native machine code, yielding greater efficiency than most interpreted languages, rivalling C++ for many long-running, non-GUI applications. The run-time system is typically written in POSIX-compliant ANSI C or C++. Some implementations allow Java class files to be translated into native machine code during or after compilation.
The Java compiler and linker both enforce strong type checking - procedures must be explicitly typed. Java supports the creation of virus-free, tamper-free systems with authentication based on public-key encryption.
Java has an extensive library of routines for all kinds of programming tasks, rivalling that of other languages.
For example, the "java.net} package supports TCP/IP protocols like HTTP and FTP. Java applications can access objects across the Internet via URLs almost as easily as on the local file system. There are also capabilities for several types of distributed applications.
The Java GUI libraries provide portable interfaces. For example, there is an abstract Window class and implementations of it for Unix, Microsoft Windows and the Macintosh. The "java.awt" and "javax.swing" classes can be used either in Web-based "Applets" or in client-side or "desktop" applications.
There are also packages for developing XML applications, web services, servlets and other web applications, security, date and time calculations and I/O formatting, database (JDBC), and many others.
Java is not directly related to JavaScript despite the name.
(http://java.sun.com/).
Usenet newsgroup: comp.lang.java.
(2005-01-21)

The Free On-line Dictionary of Computing, © 1993-2007 Denis Howe
Cite This Source
Search another word or see Java on Thesaurus | Reference
FacebookTwitterFollow us: