Java
n. main island of Indonesia; coffee (Slang) java n. programming language for network-based applications running on World Wide Web pages on the Internet (Computers) | ||||
Java definition was found in categories: Computer & Internet(14) Language, Idioms & Slang(4) Government(1) Business & Finance(2) Science & Technology(2) Encyclopedia(1)
| FOLDOC |
<World-Wide Web, language> (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 1995(?). Java supports programming for the Internet in the form of platform-independent Java "applets".
Java is similar to C++ without operator overloading (though it does have method overloading), without multiple inheritance, and extensive automatic coercions. It has automatic garbage collection.
Java programs can run stand-alone on small computers. The interpreter and class support take about 40 kilobytes; adding the standard libraries and thread support (essentially a self-contained microkernel) adds an additional 175Kb.
Java extends C++'s object-oriented facilities with those of Objective C for dynamic method resolution.
Java has an extensive library of routines for TCP/IP protocols like HTTP and FTP. Java applications can access objects across the Internet via URLs as easily as on the local file system.
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.
The Java compiler generates an architecture-neutral object file executable on any processor supporting the Java run-time system. The object code consists of bytecode instructions designed to be both easy to interpret on any machine and easily translated into native machine code at load time.
The Java libraries provide portable interfaces. For example, there is an abstract Window class and implementations of it for Unix, Microsoft Windows and the Macintosh. The run-time system is written in POSIX-compliant ANSI C. Java applets can be executed as attachments in World-Wide Web documents using either Sun's HotJava browser or Netscape Navigator version 2.0.
Home.
Usenet newsgroup: news:comp.lang.java.
E-mail: java@java.sun.com.
(1995-12-06)
| Jargon File |
An object-oriented language originally developed at Sun by James Gosling (and known by the name "Oak") with the intention of being the successor to C++ (the project was however originally sold to Sun as an embedded language for use in set-top boxes). After the great Internet explosion of 1993-1994, Java was hacked into a byte-interpreted language and became the focus of a relentless hype campaign by Sun, which touted it as the new language of choice for distributed applications.
Java is indeed a stronger and cleaner design than C++ and has been embraced by many in the hacker community - but it has been a considerable source of frustration to many others, for reasons ranging from uneven support on different Web browser platforms, performance issues, and some notorious deficiencies of some of the standard toolkits (AWT in particular). Microsoft's determined attempts to corrupt the language (which it rightly sees as a threat to its OS monopoly) have not helped. As of 1999, these issues are still in the process of being resolved.
Despite many attractive features and a good design, it is difficult to find people willing to praise Java who have tried to implement a complex, real-world system with it (but to be fair it is early days yet, and no other language has ever been forced to spend its childhood under the limelight the way Java has). On the other hand, Java has already been a big win in academic circles, where it has taken the place of Pascal as the preferred tool for teaching the basics of good programming to the next generation of hackers.
| Computer Abbreviations v1.5 |
JBuilder Java File
| A Glossary of Internet & PC Terminology |
Java is a modern Programming Language , first seen in 1995 , & is used to bring Web Pages to life. Java programs are referred to as applets.
| Smart Card Terms |
A network-oriented programming language invented by Sun Microsystems. Java was specifically designed so that programs could be safely downloaded to remote devices (e.g., Web pages, smart cards, etc.).
| WebGuest Web Glossary |
A platform-independent programming language invented by Sun Microsystems, that Web developers use to create applets .Java-enabled Web pages can include animations, calculators, scrolling text, sound effects and even games. Although many Web designers like Java because of its possibilities, they have to take into consideration that many people are surfing the Web with a Java disabled browser , simply because they don't want to wait until some applet is entirely loaded into their browser.
| Jensen's Technology Glossary |
A programming (a slow running derivative of C++) language also known as "Hot Java" from Sun Microsystems that is designed for browser plug-in running of applications called "applets." In 1997, IBM became the world leader in Java development with its subsidiary Taligent developer leading the way. Java has spread like wildfire among software developers. and can now be run from leading browsers such as the Netsacape Navigator and Microsoft's Internet Explorer. An especially important advantage of Java is the ability to run applets on virtually any operating system (Windows, Macintosh, OS/2, etc.) or even without a GUI operating system. Plug-in utilities are now available on most WWW browsers. An important advantage on network computers is the Remote Method Invocation (RMI) standard. RMI is that part of the Java programming language library which enables a Java program running on one computer to access the objects and methods of another Java program running on a different computer. Java is extremely controversial since it allows for "centralized" housing of software to run on inexpensive networked computers (as opposed to decentralized installation of software on higher-capacity desktop machines). Many users hope to rent software (e.g., word processors) as opposed to purchasing and installing software on individual machines. Although it has been possible for some time to purchase LAN versions of software for multiple machines, Java makes it possible to run software world wide from a single server. Traffic jams on the Internet, however, are serious obstacles to the future of Java. Java has put Sun Microsystems in head-to-head combat with Microsoft's newer OLE options for running applications on the Internet. See "Java Takes Hold" in NewMedia, July 15, 1996, pp. 46-54. Note especially Page 54 and Microsoft's strategy of embedding Java in Windows in an effort to stave off the Java threat of no longer needing the Windows operating system. Microsoft is also attempting to thwart Java success by extending Windows OLE capabilities. Options for creating and playing digital audio Java applets are reviewed in deCarmo (1996). For interactive computing on the web, see Distributed Network Computing.See also Taligent, IDL , World Wide Web and OLE.
| Internet Glossary |
Java is a network-oriented programming language invented by Sun Microsystems that is specifically designed for writing programs that can be safely downloaded to your computer through the Internet and immediately run without fear of viruses or other harm to your computer or files. Using small Java programs (called "Applets"), Web pages can include functions such as animations, calculators, and other fancy tricks.
We can expect to see a huge variety of features added to the Web using Java, since you can write a Java program to do almost anything a regular computer program can do, and then include that Java program in a Web page.
See Also: Applet
| Panda Software Glossary |
This is a programming language that allows the creation of platform independent programs, i.e., they can be run on any operating system or hardware (multi-platform language).
| Website design & Internet terms |
A programming language that is used in web pages.
| Multimedia Glossary |
an object-oriented , Web programming language, similar to C++, developed by Sun MicroSystems . JAVA applications are compiled into Java bytecode, executable on any java-enabled browser, i.e. browsers which have the "Java Virtual Machine " Thus, JAVA will run the same on any operating system. JAVA applications, technically, are stand-alone programs, whereas JAVA applets (see below) are code snipets, designed to run within Webpages. JAVA is NOT Javascript. +/- of Java
| INTERNET TERMS&ACRONYMSV1.0 |
A programming language developed by Sun Microsystems based on C++.Java is a Web programming language supporting inline multimedia effects,such as simple cartoon-like animation,background music and continuously updated information in web pages.See also applet,hotjava
| Noman's Java(TM) Glossary |
An object-oriented programming language developed by Sun Microsystems that was first released to the public in 1995. Java programs are compiled into .class files that can run in both stand-alone and networked environments on any computer platform that has a Java interpreter.
| Glossary of Computer and Internet Terms |
Java is a computer programming language developed by Sun Microsystems. The syntax it uses is much like that of C/C++, but it's structured around classes instead of functions. It can also be used for programming applets -- small programs that can be embedded in web sites. Java is becoming increasingly more popular among both web and software developers. It is a very efficient and easy-to-use language. But, like the Reading Rainbow guy says, you don't have to take my word for it. Our friends at Sun Micorsystems describe Java as a "simple, object-oriented, distributed, interpreted, robust, secure, architecture-neutral, portable, high-performance, multithreaded, dynamic, buzzword-compliant, general-purpose programming language." And it removes stains like magic.
| Webster's Revised Unabridged Dictionary (1913) |
(n.)
One of the islands of the Malay Archipelago belonging to the Netherlands.
(n.)
Java coffee, a kind of coffee brought from Java.
| WordNet 2.0 |
Noun
1. an island in Indonesia south of Borneo; one of the world's most densely populated regions
(hypernym) island
(part-holonym) Indonesia, Republic of Indonesia, Dutch East Indies
(member-meronym) Javanese, Javan
(part-meronym) Jakarta, Djakarta, capital of Indonesia
2. a simple platform-independent object-oriented programming language used for writing applets that are downloaded from the World Wide Web by a client and run on the client's machine
(hypernym) object-oriented programming language, object-oriented programing language
java
Noun
1. a beverage consisting of an infusion of ground coffee beans; "he ordered a cup of coffee"
(synonym) coffee
(hypernym) beverage, drink, drinkable, potable
(hyponym) coffee substitute
(substance-meronym) coffee bean, coffee berry, coffee
| hEnglish - advanced version |
java
\ja"va\ (?), n.
1. one of the islands of the malay archipelago belonging to the netherlands.
2. java coffee, a kind of coffee brought from java.
java
cat (zo?l.), the musang.
java
sparrow (zo?l.), a species of finch (padda oryzivora), native of java, but very commonly kept as a cage bird; -- called also ricebird, and paddy bird. in the male the upper parts are glaucous gray, the head and tail black, the under parts delicate rose, and the cheeks white. the bill is large and red. a white variety is also kept as a cage bird.
java
n
1. an island in indonesia south of borneo; one of the world's most densely populated regions [syn: java]
2. a beverage consisting of an infusion of ground coffee beans; "he ordered a cup of coffee" [syn: coffee]
3. a simple platform-independent object-oriented programming language used for writing applets that are downloaded from the world wide web by a client and run on the client's machine [syn: java]
similar words(8)
java man
java finch
java cat
java sparrow
java olives
java musk deer
java squirrel
java virtual machine
| JM Languages |
Ontong Java is an Ellicean language spoken in the Solomon Islands.
The language is: Ontong Java
| US Zip Codes |
State: VIRGINIA
City: JAVA
57452
State: SOUTH DAKOTA
City: JAVA
| Raynet Business & Marketing Glossary |
a universal computer language that can run on any computer and in any browser.
| Internet PR glossary |
Computer language developed by Sun Microsystems that can be used to run programs over the Internet, such as animation and other dynamic features. See also applet.
| Technical English by wpv |
An object-oriented programming language to create executable content (i.e. self-running applications) that can be easily distributed through networks like the Web.
| GSM abbreviations |
Platform independent programming language, also suitable for mobile devices, see J2ME
Java was developed by the SUN corporation
| Wikipedia English - The Free Encyclopedia |
| See more at Wikipedia.org... |
Java (disambiguation)
- Java, an island in Indonesia and the most populous island in the world
- Java (Sun), a technology developed by Sun Microsystems for machine-independent software
- Java (programming language), an object-oriented high-level programming language developed by Sun Microsystems
- JAVA, the NASDAQ ticker symbol for Sun Microsystems
| See more at Wikipedia.org... |
Java (programming language)
| See more at Wikipedia.org... |
