Webster's Online Dictionary
with Multilingual Thesaurus Translation

 
Earth's largest dictionary with more than 1226 modern languages and Eve!

Definition: Java

Part of Speech Definition
Noun 1. An island in Indonesia to the south of Borneo; one of the world's most densely populated regions.[Wordnet]
2. A beverage consisting of an infusion of ground coffee beans.[Wordnet]
3. A platform-independent object-oriented programming language.[Wordnet]
4. 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.[Wordnet]
5. One of the islands of the Malay Archipelago belonging to the Netherlands.[Websters]
6. Java coffee, a kind of coffee brought from Java.[Websters].

Sources: WordNet 3.0 Copyright © 2006 by Princeton University. All rights reserved. Webster's Revised Unabridged Dictionary (1913)

Top

"Java" is a common misspelling or typo for: Javan, kava, javas, ajava.

Date "Java" was first used in popular English literature: sometime before 1597. (references)

Common Expressions: Java

Expressions Definition
Hinduism in Java Hinduism has historically been a major religious and cultural influence in Java. In recent years, it has also been enjoying something of a resurgence, particularly in the eastern part of the island. (references)
HMS Java Three ships of the Royal Navy have borne the name HMS Java. (references)
HMS Java (1811) The French built frigate Renommée was taken by the English near Madagascar and renamed HMS Java. She carried 38 guns and was under the command of Captain Harry Lambert when she met the American frigate USS Constitution of 44 guns in December 1812 in what would be her last battle, which lasted for three hours. After she surrendered, her damages were so enormous that she was deemed unfit for repair, and subsequently burned. (references)
Java (dance, France) Born without doubt in Paris. It borrows a little from scottish rhythms and figures. (references)
Java cat (Zo["o]l.), the musang. Source: Webster's Revised Unabridged Dictionary.
Java finch Small finch-like Indonesian weaverbird that frequents rice fields. Source: Wordnet 3.0 Copyright © 2006 by Princeton University. All rights reserved.
Java Illustra Gateway It's is also known as Jim's Illustra Gateway, named after the original creator. (references)
Java man Fossil remains found in Java; formerly called Pithecanthropus erectus. Source: Wordnet 3.0 Copyright © 2006 by Princeton University. All rights reserved.
Java olives Large tree of Old World tropics having foul-smelling orange-red blossoms followed by red pods enclosing oil-rich seeds sometimes used as food. Source: Wordnet 3.0 Copyright © 2006 by Princeton University. All rights reserved.
Java pepper Tropical southeast Asian shrubby vine bearing spicy berrylike fruits. Source: Wordnet 3.0 Copyright © 2006 by Princeton University. All rights reserved.
Java sparrow 1: (Zo["o]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. Source: Webster's Revised Unabridged Dictionary.
  2: Small finch-like Indonesian weaverbird that frequents rice fields. Source: Wordnet 3.0 Copyright © 2006 by Princeton University. All rights reserved.

Source: compiled by the editor from various references; see credits.

Top

Specialty Expressions: Java

Expressions Domain Definition
Java 2 Computing Java 2 Platform, Standard Edition. Source: The Free On-line Dictionary of Computing..
Java 2 Platform, Enterprise Edition Computing (J2EE) Sun's Java platform for multi-tier server-oriented enterprise applications. The basis of J2EE is Enterprise JavaBeans (EJB). See also the Standard edition J2SE and the Micro edition J2ME. Home (http://java.sun.com/j2ee/). (2000-04-20). Source: The Free On-line Dictionary of Computing..
Java 2 SDK Computing Java 2 SDK Java 2 Software Development Kit. Source: The Free On-line Dictionary of Computing..
Java 2 Software Development Kit Computing Java 2 Software Development Kit (Java 2 SDK) Sun's tools to develop Java applications, part of the Java 2 Platform. Current version: Java 2 SDK version 1.2.2, as of April 2000. Versions prior to 1.2 were known as the Java Development Kit (JDK). Home (http://www.javasoft.com/j2se/). (2000-04-20). Source: The Free On-line Dictionary of Computing..
Java archive Computing (jar) A compressed archive file containing Java class files, filename extension: ".jar". The Java Development Kit contains a tool called "jar" for creating .jar files, similar to the standard Unix tar command. As well as archiving and compressing the Java class files, it also inserts a "manifest" file which can contain information about the class files, such as a digital signature. Combining class files into a single archive file makes it possible to download them in a single HTTP transaction. This, and the compression, speeds up execution of Java programs delivered via the Internet. (2001-02-03). Source: The Free On-line Dictionary of Computing..
Java Database Connectivity Computing Java Database Connectivity (JDBC) Part of the Java Development Kit which defines an application programming interface for Java for standard SQL access to databases from Java programs. Home (http://java.sun.com/products/jdk/1.1/docs/guide/jdbc/index.html). FAQ (http://www.yoyoweb.com/Javanese/JDBC/FAQ.html). See also Open Database Connectivity. (1997-09-04). Source: The Free On-line Dictionary of Computing..
Java Development Kit Computing Java Development Kit (JDK) A free Sun Microsystems product which provides the environment required for programming in Java. The JDK is available for a variety of platforms, but most notably Sun Solaris and Microsoft Windows. Home (http://java.sun.com/products/jdk/1.1/index.html). [Version?] (1997-09-04). Source: The Free On-line Dictionary of Computing..
Java jute Industry Hibiscus sabdariffa. Source: European Union. (references)
Java Message Service Computing Java Message Service (JMS) An API for accessing enterprise messaging systems from Java programs. Java Message Service, part of the J2EE suite, provides standard APIs that Java developers can use to access the common features of enterprise message systems. JMS supports the publish/subscribe and point-to-point models and allows the creation of message types consisting of arbitrary Java objects. JMS provides support for administration, security, error handling, and recovery, optimization, distributed transactions, message ordering, message acknowledgment, and more. Home (http://java.sun.com/products/jms). Overview (http://developer.java.sun.com/developer/technicalArticles/Networking/messaging/) (2001-06-22). Source: The Free On-line Dictionary of Computing..
Java Native Interface Computing Java Native Interface (JNI) A native programming interface for Java that allows Java code running inside a Java Virtual Machine to interoperate with applications and libraries written in other programming languages such as C, C++ and assembly language. (1997-12-07). Source: The Free On-line Dictionary of Computing..
Java Open Language Toolkit Computing (JOLT) A project aimed at providing a freely available and redistributale implementation of Sun Microsystems's Java language and tools. Home (http://www.redhat.com/linux-info/jolt/). (1996-12-17). Source: The Free On-line Dictionary of Computing..
Java Remote Method Protocol Computing (JRMP) A proprietary wire-level protocol designed by Sun Microsystems to transport Java RMI. JRMP serves the same function as IIOP, but also supports object passing. Sun plans to offer IIOP as an alternative to JRMP. Sun do not appear to use this term any longer, simply referring to the "RMI transport protocol". (http://java.sun.com/j2se/1.3.0/docs/guide/rmi/spec/rmi-protocol3.html). Comparison (http://www.execpc.com/~gopalan/misc/compare.html). (2001-07-21). Source: The Free On-line Dictionary of Computing..
Java Run-Time Environment Computing (JRE) The part of the Java Development Kit required to run Java programs. The JRE consists of the Java Virtual Machine, the Java platform core classes and supporting files. It does not include the compiler, debugger or other tools present in the JDK. The JRE is the smallest set of executables and files that constitute the standard Java platform. (1998-11-30). Source: The Free On-line Dictionary of Computing..
Java servelet Computing Java servlet. Source: The Free On-line Dictionary of Computing..
Java servlet Computing (By analogy with "applet") A Java program that runs as part of a network service, typically an HTTP server and responds to requests from clients. The most common use for a servlet is to extend a web server by generating web content dynamically. For example, a client may need information from a database; a servlet can be written that receives the request, gets and processes the data as needed by the client and then returns the result to the client. Applets are also written in Java but run inside the JVM of a HTML browser on the client. Servlets and applets allow the server and client to be extended in a modular way by dynamically loading code which communicates with the main program via a standard programming interface. Servlets are more flexible than CGI scripts and, being written in Java, more portable. The spelling "servelet" is occasionally seen but JavaSoft spell it "servlet". There is no such thing as a "serverlet". (http://jeeves.javasoft.com/products/java-server/servlets/index.html). (2000-07-07). Source: The Free On-line Dictionary of Computing..
Java Servlet Development Kit Computing (JSDK) A suite of software for easing the development of Java servlets. JavaSoft Servlet Development Kit (http://www.javasoft.com/products/jdk/1.2/docs/ext/servlet/). (1998-05-26). Source: The Free On-line Dictionary of Computing..
Java Virtual Machine Art Software that allows Java to run on different platforms (operating systems.). (references)
Java Virtual Machine Computing (JVM) A specification for software which interprets Java programs that have been compiled into byte-codes, and usually stored in a ".class" file. The JVM instruction set is stack-oriented, with variable instruction length. Unlike some other instruction sets, the JVM's supports object-oriented programming directly by including instructions for object method invocation (similar to subroutine call in other instruction sets). The JVM itself is written in C and so can be ported to run on most platforms. It needs thread support and I/O (for dynamic class loading). The Java byte-code is independent of the platform. There are also some hardware implementations of the JVM. Specification (http://www.javasoft.com/docs/books/vmspec/html/VMSpecTOC.doc.html). Sun's Java chip (http://news.com/News/Item/0,4,9328,00.html). [Documentation? Versions?] (2000-01-03). Source: The Free On-line Dictionary of Computing..
Java VM Computing Java VM Java Virtual Machine. Source: The Free On-line Dictionary of Computing..

Source: compiled by the editor from various references; see credits.

Top

Extended Definition: Java


Java

Java most commonly refers to:

  • 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, Sun Microsystems' stock symbol

Java may also refer to:

Animals

  • Java Pipistrelle, Pipistrellus javanicus, a species of pipistrelle bat
  • Java shark, Carcharhinus amboinensis, also known as the pigeye shark
  • Java Sparrow, Padda oryzivora, a popular cage-bird

Computer science

  • Java (Sun), a technology developed by Sun Microsystems for machine-independent software
    • Java (programming language), an object-oriented high-level programming language
    • Java Runtime Environment (JRE), a software bundle from Sun Microsystems that allows a computer to run a Java application.
    • Java Development Kit (JDK), a software bundle from Sun Microsystems aimed at Java developers.
    • Java Virtual Machine (JVM), part of the JRE
    • Java Platform, the Java virtual machine plus API specifications
      • Java Platform, Standard Edition, targets desktop environment
      • Java Platform, Enterprise Edition, targets server environment
      • Java Platform, Micro Edition, targets embedded consumer products
    • Java applet, allows software to run in web browers, and is accessible on most PCs
    • Java mascot, the mascot of the Java programming language, named Duke.
  • JavaScript, a web scripting language that is different from the Java programming language

Consumables

  • Java (cigarettes), a brand of Russian cigarettes
  • Java coffee, a variety of coffee grown on the island of Java, or American slang for 'coffee'
  • Java, a brand of cachaça, a type of alcohol

Entertainment

  • Java (band), a French band
  • Java (dance), a Parisian Bal-musette dance
  • Java (Martin Mystère), a Neanderthal who assists the title character in Martin Mystère comics
  • Java Joel, midwestern U.S. DJ
  • Java Barn, live music venue at St. Lawrence University, Canton, New York
  • "Java", a song by Allen Toussaint which became a hit single by Al Hirt
  • "Java", a song by Augustus Pablo

Geography

  • Java, an island in Indonesia and the most populous island in the world
    • Javanese people, the largest ethnic group in Indonesia
    • Javanese language, a language widely spoken on the island of Java
    • West Java, an Indonesian province
    • Central Java, an Indonesian province
    • East Java, an Indonesian province
    • Battle of Java (1942), land battle
    • Battle of the Java Sea, preceding naval battle
    • Java Sea, north of the island of Java
    • Java Man, one of the first specimens of Homo Erectus to be discovered
    • Javan Rhinoceros, Rhinoceros sondaicus , critically endangered species of rhinoceros
    • Javan Tiger, Panthera tigris sondaica, subspecies of tiger believed to be extinct
    • Java Trench, a subduction zone trench west of the island of Java
    • Java War or Diponegoro War, fought in Java between the Dutch and Diponegoro, 1825-30
    • Anglo-Dutch Java War, 1810-11
  • Java, Georgia, a town in the Republic of Georgia
    • Java district, Georgia, district around this town
  • Java, São Tomé and Príncipe
  • Java, New York, USA
  • Java, South Dakota, USA
  • Java, Argyll and Bute, a settlement in Scotland
  • Java, Suriname, a settlement in the Marowijne district
  • Java Road, in North Point, Hong Kong Island
  • Java, Virginia, a village in Pittsylvania County, Virginia, USA

Plants

  • Java apple, Syzygium samarangense, tree also known as the wax apple
  • Java fern, Microsorum pteropus, an aquatic fern
  • Java moss, Versicularia dubyana, a common aquarium moss
  • Java pepper, Piper cubeba, also known as cubeb
  • Java plum, Spondias mombin, also known as the golden apple

Ships

  • HMS Java, three ships of the British Royal Navy
  • USS Java (1815), a 44-gun frigate in the United States Navy
  • Java class cruiser, a class of Dutch World War Two vintage cruisers

Other

  • Java (board game), a board game set on the island of Java
  • Chrysler Java, a 1999 concept car
  • Java, a fictional character from the TV series The Tribe

Source: adapted by the editor from Wikipedia, the free encyclopedia; from the article "Java (disambiguation)". Image Credit.



Extended Definition: Java


Java

Java
Native name: Jawa
Topography of Java
Topography of Java
Geography
Location Southeast Asia
Coordinates 7°30′10″S, 111°15′47″E
Archipelago Greater Sunda Islands
Area 126,700 km² (48,919.1 sq mi)
Highest point Semeru
3,676 meters (12,060 ft)
Administration
Flag of Indonesia Indonesia
Provinces Banten,
Jakarta Special Capital City District,
West Java,
Central Java,
East Java,
Yogyakarta Special Region
Largest city Jakarta
Demographics
Population 124 million (as of 2005)
Density 979/km²
Indigenous people Sundanese, Javanese, Tenggerese, Badui, Osing, Bantenese, Cirebonese, Betawi

Java (Indonesian: Jawa) is an island of Indonesia and the site of its capital city, Jakarta. Once the centre of powerful Hindu kingdoms and the core of the colonial Dutch East Indies, Java now plays a dominant role in the economic and political life of Indonesia. Housing a population of 124 million, it is the most populous island in the world. Java is also one of the most densely populated regions on Earth.

Formed mostly as the result of volcanic events, Java is the 13th largest island in the world and the fifth largest island in Indonesia. A chain of volcanic mountains forms an east-west spine along the island. It has three main languages, and most residents are bilingual, with Indonesian as their second language. While the majority of Javanese are Muslim, Java has a diverse mixture of religious beliefs and cultures.

Etymology

The origins of the name 'Java' are not clear. One possibility is early travellers from India named the island after the jáwa-wut plant, which was said to be common in the island during the time, and that prior to Indianization the island had different names.[1] There are other possible sources: the word jaú and its variations mean "beyond" or "distant".[2] And, in Sanskrit yava means barley, a plant for which the island was famous.[3] Other source states that the "java" word is derived from a Proto-Austronesian root word, meaning 'home'.[4]

Outsiders often referred to Java and the neighboring islands by the same name, or use names inconsistently for different islands. For example, Marco Polo refers to neighbouring Sumatra as "little Java"[5] and Ptolemy refers to Sumatra as Jaba-diu.[6]

History

For more details on this topic, see History of Indonesia.

Java is known for several important finds of early hominid specimens.[7] In particular, the 1891 discovery of cranial fossil remains commonly known as "Java man" (now designated as Trinil 2, after the Trinil site on the Bengawan Solo River) is notable as the first early hominid specimen found outside Europe. In the following course of human history, several kingdoms existed on Java. The first kingdoms ruled there were Indianized kingdoms like Tarumanagara and Sunda, influenced by Hinduism and Buddhism. Sailendra (8–9th century), Mataram (752–1045), Kediri (1045–1221), Singhasari (1222–1292) and Majapahit (1293–1500) were among them, leaving evidence of their existence throughout Java. Among many other temples in Java, Borobudur (a Buddhist temple) and Prambanan (a Hindu temple) are the most famous relics of the old Javanese kingdoms, both of which are listed in the UNESCO world heritage site.

Islam spread into the Indonesian archipelago, including Java, in the thirteenth century. At the time, the Wali Songo (the "nine ambassadors") were the most prominent Muslim evangelists in the region. The spread of Islam (1200–1600) took place first in coastal cities, which developed into Muslim states, such as Sultanate of Demak (1475–1518) and Mataram Sultanate (1500s–1700s).

Early 18th century Dutch map; only the north coastal ports of Java are well known.
Early 18th century Dutch map; only the north coastal ports of Java are well known.

In 1602, the Dutch East India Company (VOC) arrived in the archipelago and subsequently occupied and maintained control of trade and power for more than 300 years. VOC established Batavia (present-day Jakarta) on the northern coast of Java as its trading center and administrative headquarters. Other north coastal cities, such as Semarang and Surabaya, developed into major trading harbors. The Dutch also developed Bandung in the inner mountainous region of West Java to which they had planned to move the capital from Batavia.

Java was briefly governed by the British East India Company (1811–1816) under the appointed Lieutenant Governor General Sir Thomas Stamford Raffles, while Holland was occupied by France during the Napoleonic wars. During Raffles' administration he introduced partial self-government, a land-tenure system, and abolished the slave trade. Besides that, Raffles developed a strong interest in Javanese culture and restored several temples, including Borobudur. Raffles also wrote the famous book of "The History of Java", the first book that described Java's civilization and culture to the outside world.

After Indonesian independence in 1945 Jakarta remained as the capital, while Java itself has grown into the most crowded area in Indonesia. Although parts of rural Java are still underdeveloped, the urban areas are the wealthiest and most developed parts of Indonesia.

Geography

Mount Semeru and Mount Bromo in East Java
Mount Semeru and Mount Bromo in East Java

Java lies between Sumatra to the northwest and Bali to the east. Borneo lies to the north and Christmas Island to the south. It is the world's 13th largest island.

Java is almost entirely of volcanic origin; it contains no fewer than thirty-eight mountains forming an east-west spine which have at one time or another been active volcanoes. The highest volcano in Java is Mount Semeru (3,676 m). The most active volcano in Java and also in Indonesia is Mount Merapi (2,914 m). See Volcanoes of Java. Further mountains and highlands help to split the interior into a series of relatively isolated regions suitable for wet-rice cultivation; the rice lands of Java are among the richest in the world.[8]

The area of Java is approximately 132,000km2.[9] The island's longest river is the 600 km long Bengawan Solo River.[10] The river rises from its source in central Java at the Lawu volcano, the flows north and eastwards to its mouth in the Java Sea near the city of Surabaya.

The island is administratively divided into four provinces (Banten, West Java, Central Java, and East Java), one special region (Yogyakarta), and one special capital district (Jakarta).

Popular tourist destinations include the city of Yogyakarta, the huge Buddhist stupa complex of Borobudur, the Hindu temples at Prambanan, and Mount Bromo in East Java.

Demographics

Central Jakarta
Central Jakarta

Java is by far the most populous island in Indonesia, with approximately 62% of the country's population,[11] and is the most populous island in the world. With 130 million inhabitants at 1026 people per km², it is also one of the most densely-populated parts of the world. If it were a country, it would be the second-most densely-populated country of the world after Bangladesh, if very small city-states are excluded.[12] Approximately 45% of the population of Indonesia is ethnically Javanese.[13]

Since the 1970s the Indonesian government has run transmigration programs aimed at resettling the population of Java on other less-populated islands of Indonesia. This program has met with mixed results; sometimes causing conflicts between the locals and the recently arrived settlers.

Ethnicity and culture

See also: Culture of Indonesia

Despite its large population and in contrast to the other larger islands of Indonesia, Java is comparatively homogeneous in ethnic composition. Only two ethnic groups are native to the island - the Javanese and Sundanese. A third group is the Madurese, who inhabit the island of Madura off the north east coast of Java, and have immigrated to East Java in large numbers since the 18th century.[14] The Javanese comprise about two-thirds of the island's population, while the Sundanese and Madurese account for 20% and 10% respectively.[14]

Four major cultural areas exist on the island: the kejawen or the Javanese heartland, the north coast of the pasisir region, the Sunda lands of West Java, and the eastern salient, also known as Blambangan. Madura makes up a fifth area having close cultural ties with coastal Java.[14]

In the southwestern part of Central Java, usually named the Banyumasan region, a cultural mingling occurred; bringing together Javanese culture and Sundanese culture to create the Banyumasan culture. In the central Javanese court cities of Yogyakarta and Surakarta, contemporary kings trace their lineages back to the pre-colonial Islamic kingdoms that ruled the region, making those places especially strong repositories of classical Javanese culture. Classic arts of Java include gamelan music and wayang puppet shows.

Java was the site of many influential kingdoms in the Southeast Asian region, and as a result, many literary works have been written by Javanese authors. These include Ken Arok and Ken Dedes, the story of the orphan who usurped his king, and married the queen of the ancient Javanese kingdom; and translations of Ramayana and Mahabarata. Pramoedya Ananta Toer is a famous contemporary Indonesian author, who has written many stories based on his own experiences of having grown up in Java, and takes many elements from Javanese folklore and historical legends.

Languages

Languages spoken in Java (Javanese is shown in white)
Languages spoken in Java (Javanese is shown in white)

The three major languages spoken on Java are Javanese, Sundanese and Madurese. Other languages spoken include Betawi (a Malay dialect local to the Jakarta region), Osing and Tenggerese (closely related to Javanese), Badui (closely related to Sundanese), Kangeanese (closely related to Madurese), and Balinese.[15] The vast majority of the population also speaks Indonesian, generally as a second language.

Religion

More than 90 percent of Javanese are Muslims, on a broad continuum between abangan (more nominal or syncretic) and santri (more orthodox). Small Hindu enclaves are scattered throughout Java, but there is a large Hindu population along the eastern coast nearest Bali, especially around the town of Banyuwangi. There are also Christian communities, mostly in the larger cities, though some rural areas of south-central Java are strongly Roman Catholic. Buddhist communities also exist in the major cities, primarily among the Chinese Indonesian. The Indonesian constitution recognises six official religions. (See Religion in Indonesia.)

Java has been a melting pot of religions and cultures, which has created a broad range of religious belief. Indian influences came first with Shivaism and Buddhism penetrating deeply into society, blending with indigenous tradition and culture.[16] One conduit for this were the ascetics, called resi, who taught mystical practices. A resi lived surrounded by students, who took care of their master's daily needs. Resi's authorities was merely ceremonial. At the courts, Brahmin clerics and pudjangga (sacred literati) legitimised rulers and linked Hindu cosmology to their political needs.[16]

Islam, which came after Hinduism, strengthened the status structure of this traditional religious pattern. The Muslim scholar of the writ (kyai) became the new religious elite as Hindu influences receded. Islam recognises no hierarchy of religious leaders nor a formal priesthood, but the Dutch colonial government established an elaborate rank order for mosque and other Islamic preaching schools. In Javanese Islamic schools (pesantren), kyai prepertuated the tradition of resi. Students around him provided his needs, even peasants around the school.[16]

Pre-Islamic Javanese traditions have encouraged Islam in a mystical direction. There emerged in Java a loosely structured society of religious leadership, revolving around kyais, possessing various degrees of proficiency in pre-Islamic and Islamic lore, dogma and practice.[16] The kyais are the principal intermediaries between the villages masses and the realm of the supernatural. However, this very looseneess of kyai leadership structure has promoted schism. There were often sharp divisions between orthodox kyais, who merely instructed in Islamic law, with those who taught mysticism and those who sought reformed Islam with modern scientific concepts. As a result, there is a division between santri, who believe that they are more orthodox in their Islamic belief and practice, with abangan, who has mixed pre-Islamic animistic and Hindu-Indian concepts with a superficial acceptance of Islamic dogma.[16]

A wider effect of this division is the number of sects. In the middle of 1956, the Department of Religious Affairs in Yogyakarta reported 63 religious sects in Java other than the official Indonesian religions. Of these, 35 were in Central Java, 22 in West Java and 6 in East Java.[16] These include Kejawen, Sumarah, Subud, etc. Their total membership is difficult to estimate as many of their adherents identify themselves with one of the official religions.[17]

Further reading

  • Cribb, Robert (2000). Historical Atlas of Indonesia. London and Honolulu: RoutledgeCurzon Press, University of Hawaii Press. ISBN 0-8248-2111-4. 

See also

  • 2005 Java-Bali Blackout
  • 2007 Java earthquake
  • May 2006 Java earthquake
  • July 2006 Java earthquake

References

  1. Raffles, Thomas E. : " The History of Java". Oxford University Press, 1965. Page 2
  2. Raffles, Thomas E. : "The History of Java". Oxford University Press, 1965. Page 3
  3. Raffles, Thomas E. : "The History of Java". Oxford University Press, 1965. Page 3
  4. Hatley, R., Schiller, J., Lucas, A., Martin-Schiller, B., (1984). "Mapping cultural regions of Java" in: Other Javas away from the kraton. pp. 1-32.
  5. The book of Ser Marco Polo, the Venetian, concerning the kingdoms and marvels of the East. Newly tr. and ed. with notes, maps, and other illustrations. By Colonel Henry Yule. London, John Murray, 1875. Page 267
  6. Asiatick researches, or, Transactions of the society instituted in Bengal, for inquiring into the history and antiquities, the arts, sciences, and literature, of Asia. London : Printed by T. Maiden, for Vernor, Hood, and Sharpe ; Cuthell and Martin , 1806–1807. Page 38
  7. Indonesia – Early History Country Studies US. Retrieved 26 July 2006
  8. Ricklefs, M.C. (1991). A History of Modern Indonesia since c.1300 (2nd edition). London: MacMillan, page 15. ISBN 0-333-57690-X. 
  9. Monk,, K.A.; Fretes, Y., Reksodiharjo-Lilley, G. (1996). The Ecology of Nusa Tenggara and Maluku. Hong Kong: Periplus Editions Ltd., page 7. ISBN 962-593-076-0. 
  10. Management of Bengawan Solo River Area Jasa Tirta I Corporation 2004. Retrieved 26 July 2006
  11. Embassy of Indonesia, Ottawa
  12. Calder, Joshua (3 May 2006). Most Populous Islands. World Island Information. Retrieved on 2006-09-26.
  13. CIA factbook
  14. a b c Hefner, Robert (1997). Java. Singapore: Periplus Editions, page 58. ISBN ISBN 962-593-244-5. 
  15. Languages of Java and Bali – Ethnologue. Other sources may list some of these as dialects rather than languages.
  16. a b c d e f van der Kroef, Justus M. (1961). "New Religious Sects in Java". Far Eastern Survey 30 (2): 18—15. 
  17. Beatty, Andrew, Varieties of Javanese Religion: An Anthropological Account, Cambridge University Press 1999, ISBN 0-521-62473-8

External links

Indonesia Portal

Source: adapted by the editor from Wikipedia, the free encyclopedia; from the article "Java". Image Credit.



Topics by Level of Interest: Java

Topics sorted by level of Interest Level (1=low, 600=high)     Topics sorted Alphabetically Level (1=low, 600=high)
Java 200     2006 Java earthquake 2
Java (programming language) 90     2007 Java earthquake 3
Java syntax 75     Anglo-Dutch Java War 9
Central Java 72     Banjar, West Java 4
Comparison of Java and C 67     Battle of Java (1942) 34
Comparison of C Sharp and Java 64     Battle of the Java Sea 44
Java Platform, Standard Edition 59     Blackdown Java 3
Comparison of the Java and .NET platforms 58     Central Java 72
Java bytecode 53     Chrysler Java 10
Java (Sun) 49     Comparison of ABAP and Java 12
Java performance 46     Comparison of C Sharp and Java 64
Battle of the Java Sea 44     Comparison of Java and C 67
Java Community Process 41     Comparison of the Java and .NET platforms 58
Criticism of Java 41     Content repository API for Java 8
West Java 35     Criticism of Java 41
May 2006 Java earthquake 34     East Java 26
Battle of Java (1942) 34     Embedded Java 4
Java version history 32     Enterprise Java Australia 4
July 2006 Java earthquake 30     FastPak for Java 6
Java Database Connectivity 30     Flow Java 3
Java Class Library 29     Free Java implementations 21
Java Virtual Machine 29     Generic Java (programming language) 4
HMS Java 26     Generics in Java 14
Java OpenGL 26     GNU Compiler for Java 18
East Java 26     GNU Interpreter for Java 3
Java Platform, Micro Edition 24     Hinduism in Java 10
HMS Java (1811) 24     History of Java 2
Java Native Interface 21     HMS Java 26
Java 4K Game Programming Contest 21     HMS Java (1811) 24
Free Java implementations 21     Jakarta International Java Jazz Festival 3
Java Servlet 19     JAPS - java Agile Portal System 7
Java keywords 18     Java 200
GNU Compiler for Java 18     Java (actor) 2
Microsoft Java Virtual Machine 17     Java (alternative meanings) 8
Java applet 17     Java (band) 6
Java Media Framework 17     Java (board game) 4
Java Classloader 15     Java (cigarette) 2
Java Message Service 15     Java (dance) 3
Java Development Kit 15     Java (Martin Mystère) 3
Java Platform, Enterprise Edition 15     Java (programming language) 90
Java Card 15     Java (Sun) 49
Java AWT Native Interface 14     Java 2D 10
Java Web Start 14     Java 3D 12
List of Java APIs 14     Java 4K Game Programming Contest 21
Generics in Java 14     Java Advanced Imaging 4
Second Battle of the Java Sea 14     Java Agent DEvelopment framework 3
Java package 13     Java Analysis Studio 4
Comparison of ABAP and Java 12     Java annotation 10
Java 3D 12     Java Anon Proxy 10
Java logging frameworks 12     Java API for XML Messaging 2
Sun Java System Portal Server 11     Java API for XML Processing 10
Java Desktop System 11     Java API for XML Registries 4
Java Management Extensions 11     Java API for XML Web Services 5
South by Java Head 11     Java API for XML-based RPC 3
QuickTime for Java 11     Java APIs for Bluetooth 8
Java Transaction API 11     Java APIs for Integrated Networks 6
Java 2D 10     Java applet 17
Chrysler Java 10     Java Architecture for XML Binding 8
Hinduism in Java 10     Java Authentication and Authorization Service 3
Java API for XML Processing 10     Java AWT Native Interface 14
Java Persistence API 10     Java Barn 8
Plain Old Java Object 10     Java Bindings for OpenGL 8
Java Anon Proxy 10     Java BluePrints 5
Java Memory Model 10     Java Business Integration 8
Java Modeling Language 10     Java bytecode 53
Sun Java System Application Server 10     Java Card 15
Java annotation 10     Java Card OpenPlatform 4
Sun Java System Communications Express 10     Java class cruiser 8
Sun Java System Access Manager 9     Java Class Library 29
Java War 9     Java Classloader 15
Java EE version history 9     Java coffee 4
Java Speech API 9     Java collections framework 4
Ontong Java Atoll 9     Java Community Process 41
Java Mobile Media API 9     Java compiler 6
Anglo-Dutch Java War 9     Java concurrency 7
Java Data Objects 9     Java Cryptography Architecture 3
Java Man 9     Java Data Mining 5
Java Architecture for XML Binding 8     Java Data Objects 9
Java Business Integration 8     Java Database Connectivity 30
Ontong Java Plateau 8     Java Desktop System 11
Java APIs for Bluetooth 8     Java Development Kit 15
Content repository API for Java 8     Java district, Georgia 3
Sun Java Studio Creator 8     Java Dynamic Management Kit 3
Java Barn 8     Java EE Connector Architecture 8
Join Java 8     Java EE reference model 2
Live at Java Joe's 8     Java EE version history 9
Java EE Connector Architecture 8     Java Embedding Plugin 2
Java (alternative meanings) 8     Java Evolutionary Computation Toolkit 6
Java class cruiser 8     Java Foundation Classes 4
Java Pony 8     Java Green 3
Java Bindings for OpenGL 8     Java hashCode() 4
List of universities in East Java 7     Java Heterogeneous Distributed Computing 3
Kediri, East Java 7     Java Interface Definition Language 3
Sun Java Calendar Server 7     Java Intermediate Language 4
Java Naming and Directory Interface 7     Java Joel 6
Java Trench 7     Java keywords 18
Java remote method invocation 7     Java logging frameworks 12
JAPS - java Agile Portal System 7     Java Machine Learning Library 4
Java concurrency 7     Java Man 9
Java Tcl 7     Java Management Extensions 11
Music of Java 7     Java Media Framework 17
Java Sparrow 7     Java Memory Model 10
Volcanoes of Java 7     Java Message Service 15
Sun Java System 7     Java Metadata Interface 3
Java stored procedure 7     Java Mobile Media API 9
List of Java virtual machines 6     Java Modeling Language 10
Java Portlet specification 6     Java Module System 3
Java Sea 6     Java moss 6
Java User Group 6     Java murder of three Australian officers 17 April 1946 3
Java APIs for Integrated Networks 6     Java Naming and Directory Interface 7
Real time Java 6     Java Native Interface 21
Sony Ericsson Java Platform 6     Java OpenAL 3
Java compiler 6     Java OpenGL 26
Java moss 6     Java optimized processor 4
FastPak for Java 6     Java package 13
Tegal, Central Java 6     Java Pathfinder 4
Sun Java System Messaging Server 6     Java PC 3
Java Evolutionary Computation Toolkit 6     Java performance 46
Java (band) 6     Java Persistence API 10
Location API for Java ME 6     Java Pipistrelle 5
Java Joel 6     Java Platform, Enterprise Edition 15
Java Pipistrelle 5     Java Platform, Micro Edition 24
MacOS Runtime for Java 5     Java Platform, Standard Edition 59
USS Java (1815) 5     Java Platform Debugger Architecture 3
Java BluePrints 5     Java plum 2
Java API for XML Web Services 5     Java Pony 8
Java Data Mining 5     Java Portlet specification 6
Krakatoa, East of Java 5     Java processor 4
The Java Posse 5     Java remote method invocation 7
Ontong Java Flying Fox 5     Java Remote Method Protocol 3
Sun Java System Message Queue 5     Java Research License 3
Java Web Services Development Pack 5     Java Road 3
Java optimized processor 4     Java Sea 6
Java Machine Learning Library 4     Java Secure Socket Extension 3
Java processor 4     Java Servlet 19
List of Sacred Places in Java 4     Java Sparrow 7
Java Card OpenPlatform 4     Java Speech API 9
Java hashCode() 4     Java Speech Markup Language 4
Java Advanced Imaging 4     Java stingaree 4
Java stingaree 4     Java stored procedure 7
Java Pathfinder 4     Java syntax 75
Banjar, West Java 4     Java Tcl 7
Java Virtual Machine Tools Interface 4     Java Telephony API 2
Java Speech Markup Language 4     Java Transaction API 11
Java Intermediate Language 4     Java transaction service 3
Embedded Java 4     Java Trench 7
Java collections framework 4     Java TV 2
Java Foundation Classes 4     Java User Group 6
Java (board game) 4     Java version history 32
Java Analysis Studio 4     Java Virtual Machine 29
OSS through Java 4     Java Virtual Machine Tools Interface 4
Sun Java Communication Suite 4     Java War 9
Lightweight Java Game Library 4     Java Web Services Development Pack 5
Sun Java System Web Server 4     Java Web Start 14
Java XML 4     Java XML 4
Port City Java 4     Join Java 8
Kampong Java Tunnel 4     July 2006 Java earthquake 30
Enterprise Java Australia 4     Kampong Java Tunnel 4
Java API for XML Registries 4     Kediri, East Java 7
Generic Java (programming language) 4     Krakatoa, East of Java 5
Java coffee 4     Lightweight Java Game Library 4
Blackdown Java 3     List of Java APIs 14
GNU Interpreter for Java 3     List of Java scripting languages 3
Java district, Georgia 3     List of Java virtual machines 6
Metadata facility for Java 3     List of Sacred Places in Java 4
Java Platform Debugger Architecture 3     List of universities in East Java 7
Flow Java 3     Live at Java Joe's 8
Java Cryptography Architecture 3     Location API for Java ME 6
Sun Java System Web Proxy Server 3     MacOS Runtime for Java 5
Real-time specification for Java 3     May 2006 Java earthquake 34
Java API for XML-based RPC 3     Metadata facility for Java 3
Scripting for the Java Platform 3     Microsoft Java Virtual Machine 17
Java Road 3     Music of Java 7
Java Research License 3     Ontong Java Atoll 9
Java Green 3     Ontong Java Flying Fox 5
List of Java scripting languages 3     Ontong Java Plateau 8
Java Authentication and Authorization Service 3     OSS through Java 4
Jakarta International Java Jazz Festival 3     Plain Old Java Object 10
Java Metadata Interface 3     Port City Java 4
Java Remote Method Protocol 3     QuickTime for Java 11
Java Heterogeneous Distributed Computing 3     Real time Java 6
Java murder of three Australian officers 17 April 1946 3     Real-time specification for Java 3
Java (Martin Mystère) 3     Scripting for the Java Platform 3
SOAP with Attachments API for Java 3     Second Battle of the Java Sea 14
Java PC 3     SOAP with Attachments API for Java 3
2007 Java earthquake 3     Sony Ericsson Java Platform 6
Java (dance) 3     South by Java Head 11
Java Module System 3     Sun Java Calendar Server 7
Java Agent DEvelopment framework 3     Sun Java Communication Suite 4
Java transaction service 3     Sun Java Studio Creator 8
Java Interface Definition Language 3     Sun Java System 7
Java Dynamic Management Kit 3     Sun Java System Access Manager 9
Sun Java System Directory Server 3     Sun Java System Application Server 10
Java Secure Socket Extension 3     Sun Java System Communications Express 10
Java OpenAL 3     Sun Java System Directory Server 3
Java API for XML Messaging 2     Sun Java System Message Queue 5
Java Telephony API 2     Sun Java System Messaging Server 6
Java TV 2     Sun Java System Portal Server 11
Java Embedding Plugin 2     Sun Java System Web Proxy Server 3
Java (cigarette) 2     Sun Java System Web Server 4
Java EE reference model 2     Sun Java Wireless Toolkit 2
Sun Java Wireless Toolkit 2     Tegal, Central Java 6
History of Java 2     The Java Posse 5
2006 Java earthquake 2     USS Java (1815) 5
Java (actor) 2     Volcanoes of Java 7
Java plum 2     West Java 35

Source: the editor, created by/for EVE to gauge likely levels of human interest in linguistically triggered topics (compiled across various sources, such as Wikipedia and specialty expression glosses).

"Java" is a common misspelling or typo for: Javan, kava, javas, ajava.

Synonyms: Java
Position Synonyms (sorted by strength)

Noun

coffee, chocolate, umber.
Consider also: chicory, capuccino, decaf, demitasse, espresso, mocha, beverage, island, coffees, cocoa.

Other

drinkable, potable.

Expression

burnt umber, coffee bean, coffee berry, coffee tree, deep brown.
Consider also: cafe Au lait, cafe noir, cafe royale, chicory root, coffee capuccino, coffee royal, decaffeinated coffee, ice coffee, iced coffee, Java coffee.
Source: Eve, based on meta analysis. Top

Computed Synonyms: Java

 Rank

 Intensity 

 Word

 Synonyms

 Synonyms of synonym

 1   42.0093   Java     coffee     cafe, Coffeehouse, pub, bar, coffee house   
 2   37.0096   Java     cafe     coffee, bar, pub, tavern, inn   
 3   32.0096   Java     bar     block, rod, strip, barrier, obstruct   
 4   31.0095   Java     tavern     pub, inn, bar, public house, refreshment bar   
 5   31.0095   Java     pub     tavern, bar, inn, public house, saloon   
 6   31.0095   Java     inn     tavern, pub, hostel, bar, hotel   
 7   4.0091   Java     Screamers     shouters, criers, yellers, bawlers, shriekers   
 8   2.0196   Java     Joe     guy, fellow, bloke, chap, fella   
 9   2.0094   Java     cabaret     tavern, pub, nightclub, saloon, inn   
 10   2.0093   Java     taproom     saloon, bar, pub, tavern, barroom   
 11   2.0093   Java     buffet     hit, strike, blow, beat, sideboard   
 12   2.0093   Java     adroit     clever, smart, dexterous, skillful, nimble   
 13   2.0093   Java     barrier     bar, fence, obstacle, obstruction, barricade   
 14   2.0090   Java     despatched     forwarded, expedited, consigned, messaged, transmitted   
 15   2.0090   Java     dispatched     messaged, murdered, hurried, settled, dismissed   
--------------------     35 synonyms ranked from 16 to 50 abridged     --------------------

Source: calculated by Eve using graph theory. "Intensity" is a score indicating the number of overlapping cliques where the word pair is found (an integer before the decimal); the first digit after the decimal is the number of overlapping terminal characters up to 9; the second characters is number of leading common characters up to 9; the last two digits measure the Levenshtein distance subtracted from 100. Top

Computed Synonyms via Expressions: Java

 Rank

 Intensity 

 Word

 Synonyms

 Synonyms of synonym

 1   31.0089   Java     beer cellar     pub, tavern, bar   
 2   31.0085   Java     refreshment bar     pub, inn, tavern   
 3   8.4478   Java     Java programming language     Screamers, Java platform, Javanese   
 4   3.0087   Java     public house     pub, tavern, inn   
 5   2.1094   Java     sea bar     sea bass, bar, barrier   
 6   2.1093   Java     Cajan pea     Congo pea, pigeon pea, pigeon peas   
 7   2.1091   Java     Congo pea     Congo peas, Cajan pea, pigeon pea   
 8   2.1090   Java     pigeon pea     pigeon peas, Congo pea, Cajan pea   
 9   2.1085   Java     white sea perch     sea perch, European seabass, bass   
 10   2.0092   Java     red gram     Congo pea, pigeon peas, Cajan pea   
 11   2.0091   Java     gin mill     pub, saloon, taproom   
 12   2.0087   Java     beverage cabin     beverage cabinet, lounge, gin mill   
 13   2.0086   Java     liquor cabinet     inn, bar, buffet   
 14   2.0086   Java     spotted seabass     European seabass, bass, sea perch   
 15   2.0085   Java     European seabass     bass, sea perch, white sea perch   
--------------------     10 synonyms ranked from 16 to 25 abridged     --------------------

Source: calculated by Eve using graph theory. "Intensity" is a score indicating the number of overlapping cliques where the word pair is found (an integer before the decimal); the first digit after the decimal is the number of overlapping terminal characters up to 9; the second characters is number of leading common characters up to 9; the last two digits measure the Levenshtein distance subtracted from 100. Top

Computed Expressions: Java

 Rank

 Intensity 

 Expression

 Synonyms

 Synonyms of synonym

 1   52.3174   Java mentoring service extension     emendation     correction, rectification   
 2   52.3174   Java mentoring service extension     correction of error     correction, equalization   
 3   52.3173   Java mentoring service extension     equalization     adjustment, correction   
 4   52.3077   Java mentoring service extension     corrective action     correction, emendation   
 5   52.3076   Java mentoring service extension     rectification     correction, adjustment   
 6   52.3075   Java mentoring service extension     correction     rectification, adjustment   
 7   52.3075   Java mentoring service extension     castigation     chastisement, punishment   
 8   52.3075   Java mentoring service extension     alteration     change, modification   
 9   52.3074   Java mentoring service extension     a beating     tanning, shellacking   
 10   52.3073   Java mentoring service extension     vetting     trim, emendation   
 11   52.3072   Java mentoring service extension     proof reading     correction, improvement   
 12   52.3072   Java mentoring service extension     coating     coat, jacket   
 13   52.3071   Java mentoring service extension     grading     grade, sloping   
 14   52.2072   Java mentoring service extension     allowance     grant, discount   
 15   52.1177   Java mentoring service extension     camera movements     coating, correction   
--------------------     262 expressions ranked from 16 to 277 abridged     --------------------

Source: calculated by Eve using graph theory. "Intensity" is a score indicating the number of overlapping cliques where the word pair is found (an integer before the decimal); the first digit after the decimal is the number of overlapping terminal characters up to 9; the second characters is number of leading common characters up to 9; the last two digits measure the Levenshtein distance subtracted from 100. Top

Translations: Java

Language Translations (or nearest inflections or synonyms, in parentheses)
Al Arabiya جافا (Java), جاوة (java), جَزِيرَةُ جاوَة بإِنْدُونِيسِيَا (Java), جاوة جزيرة باندونسيا (Java). Additional references: Al Arabiya, Saudi Arabia, Algeria, Java. (volunteer & more translations)
Al Fus-Ha جافا (Java), جاوة (java), جَزِيرَةُ جاوَة بإِنْدُونِيسِيَا (Java), جاوة جزيرة باندونسيا (Java). Additional references: Al Fus-Ha, Saudi Arabia, Algeria, Java. (volunteer & more translations)
Albanian Kafe (coffee, bar, brown, Java). Additional references: Albanian, Turkey (Europe), Java. (volunteer & more translations)
Algerian French Kaoua (coffee, cafe, pub, bar, beer cellar), Kajoua (coffee, cafe, pub, bar, beer cellar). Additional references: Algerian French, Algeria, Java. (volunteer & more translations)
Annamese Java (Java platform, Java programming language). Additional references: Annamese, Viet Nam, China, Java. (volunteer & more translations)
Arabic جافا (Java), جاوة (java), جَزِيرَةُ جاوَة بإِنْدُونِيسِيَا (Java), جاوة جزيرة باندونسيا (Java). Additional references: Arabic, Saudi Arabia, Algeria, Java. (volunteer & more translations)
Ardennais Cafè (coffee, cafe, pub, bar, beer cellar), Bèdot (coffee, cafe, pub, bar, beer cellar), Auberge (coffee, cafe, pub, bar, beer cellar), Tatouille (correction, emendation, patch, adjustment, alteration), Tatauille (correction, emendation, patch, adjustment, alteration), Chlague (correction, emendation, patch, adjustment, alteration). Additional references: Ardennais, France, Java. (volunteer & more translations)
Arnaut Kafe (coffee, bar, brown, Java). Additional references: Arnaut, Turkey (Europe), Java. (volunteer & more translations)
Bahasa Indonesia Jawa (Java, millet), abdi dalem (high-ranking court servant in central java), Perang Diponegoro (Java War), Laut Jawa (Java Sea), Java (Java programming language), Jawa Barat (West Java), Perang Jawa Britania-Belanda (Anglo-Dutch Java War), Jawa Timur (East Java), Jawa Tengah (Central Java), bunglon (chameleon, opportunist, vacillator, Java green tree dragon). Additional references: Bahasa Indonesia, Indonesia, Java, Java. (volunteer & more translations)
Bahasa Malaysia Jawa (Java, tamarind), Laut Jawa (Java sea), Jawa Barat (West Java), Java Tengah (central Java). Additional references: Bahasa Malaysia, Malaysia, Brunei, Java. (volunteer & more translations)
Bahasa Malayu Jawa (Java, tamarind), Laut Jawa (Java sea), Jawa Barat (West Java), Java Tengah (central Java). Additional references: Bahasa Malayu, Malaysia, Brunei, Java. (volunteer & more translations)
Balgarski ява (Java), Оризарка (Java Sparrow), Сървлет (Java Servlet), Java (Java programming language). Additional references: Balgarski, Bulgaria, Greece, Java. (volunteer & more translations)
Balgarski (transliteration) yava (Java), orizarka (Java Sparrow), sʺrvlet (Java Servlet), Java (Java programming language). Additional references: Balgarski, Bulgaria, Greece, Java. (volunteer & more translations)
Beaujolais Tatouille (correction, emendation, patch, adjustment, alteration), Sigrolée (correction, emendation, patch, adjustment, alteration), Ratichon (correction, emendation, patch, adjustment, alteration), Petassée (correction, spanking, emendation, patch, adjustment), Chiaquée (correction, spanking, emendation, patch, adjustment). Additional references: Beaujolais, France, Java. (volunteer & more translations)
Bohemian Jáva (Java), Java (java, wake, Java programming language), kafe (coffee, Java, Joe, mud), objektově orientovaný jazyk (Java), káva (coffee, cafe, caff, Coffea, Java). Additional references: Bohemian, Czech Republic, Java. (volunteer & more translations)
Bordeluche Trempe (correction, spanking, emendation, patch, adjustment). Additional references: Bordeluche, France, Java. (volunteer & more translations)
Brazaville French Likofi (correction, emendation, patch, adjustment, alteration). Additional references: Brazaville French, Congo, Java. (volunteer & more translations)
Brazilian Portuguese Java (Java, Javanese), Despachado (shipped, dispatched, adroit, despatched, expeditious). Additional references: Brazilian Portuguese, Portugal, Angola, Java. (volunteer & more translations)
Breton Kafe (coffee, cafe, pub, bar, beer cellar). Additional references: Breton, France, Java. (volunteer & more translations)
Brezhoneg Kafe (coffee, cafe, pub, bar, beer cellar). Additional references: Brezhoneg, France, Java. (volunteer & more translations)
Bulgarian ява (Java), Оризарка (Java Sparrow), Сървлет (Java Servlet), Java (Java programming language). Additional references: Bulgarian, Bulgaria, Greece, Java. (volunteer & more translations)
Bulgarian (transliteration) yava (Java), orizarka (Java Sparrow), sʺrvlet (Java Servlet), Java (Java programming language). Additional references: Bulgarian, Bulgaria, Greece, Java. (volunteer & more translations)
Catalan Java (Java). Additional references: Catalan, Spain, Andorra, Java. (volunteer & more translations)
Central Danish Java (Java, Java programming language, Screamers). Additional references: Central Danish, Denmark, Germany, Java. (volunteer & more translations)
Central Tai ชะวา (java), ชวา (Java), กาแฟ (coffee, Java, Coffea), เกาะชวา (Java), ชวาตะวันตก (West Java), ภาษาจาวา (Java programming language). Additional references: Central Tai, Thailand, Java. (volunteer & more translations)
Cestina Jáva (Java), Java (java, wake, Java programming language), kafe (coffee, Java, Joe, mud), objektově orientovaný jazyk (Java), káva (coffee, cafe, caff, Coffea, Java). Additional references: Cestina, Czech Republic, Java. (volunteer & more translations)
Champenois Taugnée (correction, emendation, patch, adjustment, alteration). Additional references: Champenois, Java. (volunteer & more translations)
Charolais Satée (correction, emendation, patch, adjustment, alteration). Additional references: Charolais, France, Java. (volunteer & more translations)
Chinese Pidgin English 爪哇 (Java). Additional references: Chinese Pidgin English, Nauru, Java. (volunteer & more translations)
Chinese Simplified 一种新型的计算机语言 (Java), 爪哇 (Java, Javanese), 爪哇产的咖啡 (Java), java 网 (java web), 免费的java (free java), 免费java下载 (free java download), 免费 java script (free java script), java 游戏 (java game), java 存储器 (java memory), java 程序 (java program). Additional references: Chinese Simplified, China, Brunei, Java. (volunteer & more translations)
Chinese Traditional 爪哇 (Java), 一種新型的計算機語言 (Java), Java語言 (Java), 爪哇程式語言 (Java), java下載 (java download, java downloads), 免費的java (free java), 免費java下載 (free java download), 免費 java script (free java script), Java小應用程式 (java applet), java 聊天 (java chat). Additional references: Chinese Traditional, China, Brunei, Java. (volunteer & more translations)
Ching Java (Java platform, Java programming language). Additional references: Ching, Viet Nam, China, Java. (volunteer & more translations)
Chtimi Jus (coffee, cafe, pub, bar, beer cellar), Bistoule (coffee, cafe, pub, bar, beer cellar), Volée (correction, emendation, patch, adjustment, alteration), Trempe (correction, emendation, patch, adjustment, alteration). Additional references: Chtimi, Belgium, Java. (volunteer & more translations)
Comtois Avoine (correction, punishment, emendation, patch, retribution). Additional references: Comtois, France, Java. (volunteer & more translations)
Corse Caffe (coffee, bar, beer cellar, cafe, coffee house), Café (bar, beer cellar, cafe, coffee, coffee house), Strufinata (correction, massage, a beating, allowance, bodywork), Punizione (punishment, lesson, correction, class, course), Degnità (correction, a beating, allowance, castigation, chastisement), Currezzione (lesson, correction, class, course, a beating), Crianza (education, politeness, correction, appropriateness, a beating), Currizziün (a beating, adjustment, allowance, alteration, camera movements), sviluppu (growth, development, step, stair, flight), sgutuppu (development, growth, accession, accretion, alteration). Additional references: Corse, France, Italy, Java. (volunteer & more translations)
Corsi Caffe (coffee, bar, beer cellar, cafe, coffee house), Café (bar, beer cellar, cafe, coffee, coffee house), Strufinata (correction, massage, a beating, allowance, bodywork), Punizione (punishment, lesson, correction, class, course), Degnità (correction, a beating, allowance, castigation, chastisement), Currezzione (lesson, correction, class, course, a beating), Crianza (education, politeness, correction, appropriateness, a beating), Currizziün (a beating, adjustment, allowance, alteration, camera movements), sviluppu (growth, development, step, stair, flight), sgutuppu (development, growth, accession, accretion, alteration). Additional references: Corsi, France, Italy, Java. (volunteer & more translations)
Corsican Caffe (coffee, bar, beer cellar, cafe, coffee house), Café (bar, beer cellar, cafe, coffee, coffee house), Strufinata (correction, massage, a beating, allowance, bodywork), Punizione (punishment, lesson, correction, class, course), Degnità (correction, a beating, allowance, castigation, chastisement), Currezzione (lesson, correction, class, course, a beating), Crianza (education, politeness, correction, appropriateness, a beating), Currizziün (a beating, adjustment, allowance, alteration, camera movements), sviluppu (growth, development, step, stair, flight), sgutuppu (development, growth, accession, accretion, alteration). Additional references: Corsican, France, Italy, Java. (volunteer & more translations)
Corso Caffe (coffee, bar, beer cellar, cafe, coffee house), Café (bar, beer cellar, cafe, coffee, coffee house), Strufinata (correction, massage, a beating, allowance, bodywork), Punizione (punishment, lesson, correction, class, course), Degnità (correction, a beating, allowance, castigation, chastisement), Currezzione (lesson, correction, class, course, a beating), Crianza (education, politeness, correction, appropriateness, a beating), Currizziün (a beating, adjustment, allowance, alteration, camera movements), sviluppu (growth, development, step, stair, flight), sgutuppu (development, growth, accession, accretion, alteration). Additional references: Corso, France, Italy, Java. (volunteer & more translations)
Corsu Caffe (coffee, bar, beer cellar, cafe, coffee house), Café (bar, beer cellar, cafe, coffee, coffee house), Strufinata (correction, massage, a beating, allowance, bodywork), Punizione (punishment, lesson, correction, class, course), Degnità (correction, a beating, allowance, castigation, chastisement), Currezzione (lesson, correction, class, course, a beating), Crianza (education, politeness, correction, appropriateness, a beating), Currizziün (a beating, adjustment, allowance, alteration, camera movements), sviluppu (growth, development, step, stair, flight), sgutuppu (development, growth, accession, accretion, alteration). Additional references: Corsu, France, Italy, Java. (volunteer & more translations)
Curaçoleño Yava (Java). Additional references: Curaçoleño, Netherlands Antilles, Aruba, Java. (volunteer & more translations)
Curassese Yava (Java). Additional references: Curassese, Netherlands Antilles, Aruba, Java. (volunteer & more translations)
Czech Jáva (Java), Java (java, wake, Java programming language), kafe (coffee, Java, Joe, mud), objektově orientovaný jazyk (Java), káva (coffee, cafe, caff, Coffea, Java). Additional references: Czech, Czech Republic, Java. (volunteer & more translations)
Danish Java (Java, Java programming language, Screamers). Additional references: Danish, Denmark, Germany, Java. (volunteer & more translations)
Dansk Java (Java, Java programming language, Screamers). Additional references: Dansk, Denmark, Germany, Java. (volunteer & more translations)
Dari جاوه (Java), ماكيان جاهه (java), نوعی مرغ جولا كه در جاوه زيست می کند (Java sparrow). Additional references: Dari, Iran, Indo-European, Java. (volunteer & more translations)
Deutsch Java (jambolan, Java, Java programming language, Screamers), der Kaffee (coffee, java), der Javakaffee (Java). Additional references: Deutsch, Germany, Austria, Java. (volunteer & more translations)
Djawa Jawa (Java), Jawa Wetan (East Java), Jawa Tengah (Central Java). Additional references: Djawa, Indonesia, Malaysia (Sabah), Java. (volunteer & more translations)
Dutch Java (Java, Java programming language, Screamers), javakoffie (java). Additional references: Dutch, Netherlands, Aruba, Java. (volunteer & more translations)
Eesti jaava (Java, Javanese). Additional references: Eesti, Estonia, Finland, Java. (volunteer & more translations)
Estonian jaava (Java, Javanese). Additional references: Estonian, Estonia, Finland, Java. (volunteer & more translations)
Filipino Diyaba (Java), Haba (length, Java). Additional references: Filipino, Philippines, Java. (volunteer & more translations)
Finnish Jaava (Java). Additional references: Finnish, Finland, Russia (Europe), Java. (volunteer & more translations)
Français Java (Java, Java programming language), café (coffee, bar, cafe, bistro, coffee bar). Additional references: Français, France, Algeria, Java. (volunteer & more translations)
Franc-comtois Avoine (correction, punishment, emendation, patch, retribution). Additional references: Franc-comtois, Java. (volunteer & more translations)
French Java (Java, Java programming language), café (coffee, bar, cafe, bistro, coffee bar). Additional references: French, France, Algeria, Java. (volunteer & more translations)
Fula Gabayhi (ambari hemp, bimli jute, Deccan hemp, gambo hemp, hibiscus hemp), Gabayje (ambari hemp, Deccan hemp, Java jute, kenaf), Follere (Java jute, kenaf, Rosella hemp, Siam jute). Additional references: Fula, West Africa, Java. (volunteer & more translations)
Gardois Bistro (coffee, cafe, pub, bar, beer cellar). Additional references: Gardois, Java. (volunteer & more translations)
German Java (jambolan, Java, Java programming language, Screamers), der Kaffee (coffee, java), der Javakaffee (Java). Additional references: German, Germany, Austria, Java. (volunteer & more translations)
Gin Java (Java platform, Java programming language). Additional references: Gin, Viet Nam, China, Java. (volunteer & more translations)
Greek Ιάβα (Java). Additional references: Greek, Greece, Albania, Java. (volunteer & more translations)
Greek (transliteration) iava (Java). Additional references: Greek, Greece, Albania, Java. (volunteer & more translations)
Guadeloupe Creole Kafé (coffee, cafe, pub, bar, beer cellar). Additional references: Guadeloupe Creole, Guadeloupe, Java. (volunteer & more translations)
Hanguk Mal 자바 (Java), 자바 커피 (Java), 커피 (coffee, cafe, Java), 자바 섬 (Java), 자바산의 커피 (Java), 자바종의 닭 (Java), 자바종 (Java), 자와 섬 (Java), 자바 가상 머신 (Java virtual machine), 자바 프로그래밍 언어 (Java programming language). Additional references: Hanguk Mal, Korea, South, Korea, Java. (volunteer & more translations)
Hanguohua 자바 (Java), 자바 커피 (Java), 커피 (coffee, cafe, Java), 자바 섬 (Java), 자바산의 커피 (Java), 자바종의 닭 (Java), 자바종 (Java), 자와 섬 (Java), 자바 가상 머신 (Java virtual machine), 자바 프로그래밍 언어 (Java programming language). Additional references: Hanguohua, Korea, South, Korea, Java. (volunteer & more translations)
Hebrew ג'אווה (Java), ָה ֹאוה (Java), יָוָה (Java), גָ'וָה (Java), ֹאוה (Java). Additional references: Hebrew, Israel, Java. (volunteer & more translations)
High Arabic جافا (Java), جاوة (java), جَزِيرَةُ جاوَة بإِنْدُونِيسِيَا (Java), جاوة جزيرة باندونسيا (Java). Additional references: High Arabic, Saudi Arabia, Algeria, Java. (volunteer & more translations)
High German Java (jambolan, Java, Java programming language, Screamers), der Kaffee (coffee, java), der Javakaffee (Java). Additional references: High German, Germany, Austria, Java. (volunteer & more translations)
Hiligainon lumboy (black Java plum, strawberry). Additional references: Hiligainon, Philippines, Java. (volunteer & more translations)
Hiligaynon lumboy (black Java plum, strawberry). Additional references: Hiligaynon, Philippines, Java. (volunteer & more translations)
Hochdeutsch Java (jambolan, Java, Java programming language, Screamers), der Kaffee (coffee, java), der Javakaffee (Java). Additional references: Hochdeutsch, Germany, Austria, Java. (volunteer & more translations)
Hungarian Jáva (Java), kávé (coffee, Java), Feketekávé (black coffee, Java). Additional references: Hungarian, Hungary, Austria, Java. (volunteer & more translations)
Ilonggo lumboy (black Java plum, strawberry). Additional references: Ilonggo, Philippines, Java. (volunteer & more translations)
Indonesian Jawa (Java, millet), abdi dalem (high-ranking court servant in central java), Perang Diponegoro (Java War), Laut Jawa (Java Sea), Java (Java programming language), Jawa Barat (West Java), Perang Jawa Britania-Belanda (Anglo-Dutch Java War), Jawa Timur (East Java), Jawa Tengah (Central Java), bunglon (chameleon, opportunist, vacillator, Java green tree dragon). Additional references: Indonesian, Indonesia, Java, Java. (volunteer & more translations)
Italian Giava (Java), Java (Java, Java programming language), Mare di Giava (Java Sea), sistema virtuale java (Java virtual machine), un browser web che supporti applet java (a web browser that supports Java applets), hanno un collegamento internet e un web browser che supporta java (have an Internet connection and a Java enabled web browser), applet java (Java applets), librerie di classi java (Java class libraries), contenuto java (Java content), abilitato per java (Java enabled). Additional references: Italian, Italy, Croatia, Java. (volunteer & more translations)
Ivrit ג'אווה (Java), ָה ֹאוה (Java), יָוָה (Java), גָ'וָה (Java), ֹאוה (Java). Additional references: Ivrit, Israel, Java. (volunteer & more translations)
Japanese ジャワ (Java), ジャワ島 (Java), ジャワ種 (Java), コーヒー (coffee, coffees, Joe, blackstrap, cafe), ジャバ (jabber, Java), 瓜哇 (Java), 文鳥 (a Java sparrow), ぶんちょう (a Java sparrow, writing style), ジャワ海溝 (Java trench), ジャワ海 (Java sea). Additional references: Japanese, Japan, Taiwan, Java. (volunteer & more translations)
Javanese Jawa (Java), Jawa Wetan (East Java), Jawa Tengah (Central Java). Additional references: Javanese, Indonesia, Malaysia (Sabah), Java. (volunteer & more translations)
Jawa Jawa (Java), Jawa Wetan (East Java), Jawa Tengah (Central Java). Additional references: Jawa, Indonesia, Malaysia (Sabah), Java. (volunteer & more translations)
Jing Java (Java platform, Java programming language). Additional references: Jing, Viet Nam, China, Java. (volunteer & more translations)
Kanuri Gawa (coffee, cafe, pub, bar, beer cellar). Additional references: Kanuri, Nigeria, Niger, Chad, Cameroon, Nigeria, Java. (volunteer & more translations)
Kinh Java (Java platform, Java programming language). Additional references: Kinh, Viet Nam, China, Java. (volunteer & more translations)
Korean 자바 (Java), 자바 커피 (Java), 커피 (coffee, cafe, Java), 자바 섬 (Java), 자바산의 커피 (Java), 자바종의 닭 (Java), 자바종 (Java), 자와 섬 (Java), 자바 가상 머신 (Java virtual machine), 자바 프로그래밍 언어 (Java programming language). Additional references: Korean, Korea, South, Korea, Java. (volunteer & more translations)
Laadi Kafi (coffee, cafe, pub, bar, beer cellar). Additional references: Laadi, Congo, Java. (volunteer & more translations)
Latvian valoda Java (Java). Additional references: Latvian, Latvia, Java. (volunteer & more translations)
Latviska valoda Java (Java). Additional references: Latviska, Latvia, Java. (volunteer & more translations)
Lettisch valoda Java (Java). Additional references: Lettisch, Latvia, Java. (volunteer & more translations)
Lettish valoda Java (Java). Additional references: Lettish, Latvia, Java. (volunteer & more translations)
Lorrain Zoque (blow, correction, stroke, spanking, bang), Zombée (correction, spanking, emendation, patch, adjustment), Rouste (correction, spanking, emendation, patch, adjustment), Rouffe (correction, spanking, emendation, patch, adjustment), Ressemelée (correction, spanking, emendation, patch, adjustment), Danse (correction, spanking, emendation, patch, adjustment), Dandine (correction, spanking, emendation, patch, adjustment), Tatouille (blow, correction, stroke, bang, bash), Rincie (correction, spanking, emendation, patch, adjustment). Additional references: Lorrain, Java. (volunteer & more translations)
Lyonnais Trivastre (correction, emendation, patch, adjustment, alteration), Singotte (rain, correction, shower, downpour, emendation), Singote (rain, correction, shower, downpour, emendation), Roufle (correction, emendation, patch, adjustment, alteration), Rouffle (correction, emendation, patch, adjustment, alteration), Ratichon (correction, emendation, patch, adjustment, alteration), Cingote (rain, correction, shower, downpour, emendation). Additional references: Lyonnais, France, Java. (volunteer & more translations)
Macedonian Јава (Java, Java programming language). Additional references: Macedonian, Macedonia, Albania, Java. (volunteer & more translations)
Macedonian (transliteration) Јava (Java, Java programming language). Additional references: Macedonian, Macedonia, Albania, Java. (volunteer & more translations)
Macedonian Slavic Јава (Java, Java programming language). Additional references: Macedonian Slavic, Macedonia, Albania, Java. (volunteer & more translations)
Macedonian (transliteration) Јava (Java, Java programming language). Additional references: Macedonian Slavic, Macedonia, Albania, Java. (volunteer & more translations)
Magyar Jáva (Java), kávé (coffee, Java), Feketekávé (black coffee, Java). Additional references: Magyar, Hungary, Austria, Java. (volunteer & more translations)
Makedonski Јава (Java, Java programming language). Additional references: Makedonski, Macedonia, Albania, Java. (volunteer & more translations)
Makedonski (transliteration) Јava (Java, Java programming language). Additional references: Makedonski, Macedonia, Albania, Java. (volunteer & more translations)
Malay Jawa (Java, tamarind), Laut Jawa (Java sea), Jawa Barat (West Java), Java Tengah (central Java). Additional references: Malay, Malaysia, Brunei, Java. (volunteer & more translations)
Malayu Jawa (Java, tamarind), Laut Jawa (Java sea), Jawa Barat (West Java), Java Tengah (central Java). Additional references: Malayu, Malaysia, Brunei, Java. (volunteer & more translations)
Maltese Ġava (Java). Additional references: Maltese, Malta, Java. (volunteer & more translations)
Malti Ġava (Java). Additional references: Malti, Malta, Java. (volunteer & more translations)
Melaju Jawa (Java, tamarind), Laut Jawa (Java sea), Jawa Barat (West Java), Java Tengah (central Java). Additional references: Melaju, Malaysia, Brunei, Java. (volunteer & more translations)
Melayu Jawa (Java, tamarind), Laut Jawa (Java sea), Jawa Barat (West Java), Java Tengah (central Java). Additional references: Melayu, Malaysia, Brunei, Java. (volunteer & more translations)
Northern Cameroun Cajanus indicus (coffee, cafe, pub, bar, beer cellar), Café (coffee, cafe, pub, bar, beer cellar), Hibiscus cannabinus (ambari hemp, Deccan hemp, Java jute, kenaf), Dah (ambari hemp, Deccan hemp, Java jute, kenaf), Chanvre de Guinée (ambari hemp, Deccan hemp, Java jute, kenaf). Additional references: Northern Cameroun, Cameroon, Java. (volunteer & more translations)
Papiam Yava (Java). Additional references: Papiam, Netherlands Antilles, Aruba, Java. (volunteer & more translations)
Papiamen Yava (Java). Additional references: Papiamen, Netherlands Antilles, Aruba, Java. (volunteer & more translations)
Papiamento Yava (Java). Additional references: Papiamento, Netherlands Antilles, Aruba, Java. (volunteer & more translations)
Papiamentoe Yava (Java). Additional references: Papiamentoe, Netherlands Antilles, Aruba, Java. (volunteer & more translations)
Papiamentu Yava (Java). Additional references: Papiamentu, Netherlands Antilles, Aruba, Java. (volunteer & more translations)
Parsi جاوه (Java), ماكيان جاهه (java), نوعی مرغ جولا كه در جاوه زيست می کند (Java sparrow). Additional references: Parsi, Iran, Indo-European, Java. (volunteer & more translations)
Patois de Haute-Bretagne Nic (coffee, cafe, pub, bar, beer cellar), Mic (coffee, cafe, pub, bar, beer cellar). Additional references: Patois de Haute-Bretagne, Java. (volunteer & more translations)
Patois of Pas-de-Calais Rapassure (coffee, cafe, pub, bar, beer cellar), Rapassin (coffee, cafe, pub, bar, beer cellar), Chapelle (coffee, cafe, pub, bar, beer cellar). Additional references: Patois of Pas-de-Calais, Java. (volunteer & more translations)
Patois of Sorcy-Bauthémont Brutal (coffee, cafe, pub, bar, beer cellar), Taugnie (correction, emendation, patch, adjustment, alteration). Additional references: Patois of Sorcy-Bauthémont, Java. (volunteer & more translations)
Patois of the Aquitaine Rouste (correction, emendation, patch, adjustment, alteration). Additional references: Patois of the Aquitaine, Java. (volunteer & more translations)
Patois of the North Jus (coffee, cafe, pub, bar, beer cellar), Cabaret (coffee, bar, bass, buffet, barrier). Additional references: Patois of the North, Java. (volunteer & more translations)
Patois of Velay Distribution (correction, emendation, patch, adjustment, alteration). Additional references: Patois of Velay, Java. (volunteer & more translations)
Patois Stephanois Canit (coffee, cafe, bistro, café, pub). Additional references: Patois Stephanois, France, Java. (volunteer & more translations)
Persian جاوه (Java), ماكيان جاهه (java), نوعی مرغ جولا كه در جاوه زيست می کند (Java sparrow). Additional references: Persian, Iran, Indo-European, Java. (volunteer & more translations)
Persian (Farsi) جاوه (Java), ماكيان جاهه (java), نوعی مرغ جولا كه در جاوه زيست می کند (Java sparrow). Additional references: Persian (Farsi), Iran, Indo-European, Java. (volunteer & more translations)
Picard Jus (coffee, cafe, pub, bar, beer cellar), Bistoule (coffee, cafe, pub, bar, beer cellar), Volée (correction, emendation, patch, adjustment, alteration), Trempe (correction, emendation, patch, adjustment, alteration). Additional references: Picard, Belgium, Java. (volunteer & more translations)
Pilipino Diyaba (Java), Haba (length, Java). Additional references: Pilipino, Philippines, Java. (volunteer & more translations)
Poitevin Chapelle (altar, coffee, bar, bass, buffet). Additional references: Poitevin, Java. (volunteer & more translations)
Polish kawa (coffee, Java), Jawa (consciousness, Java), Java (Java). Additional references: Polish, Poland, Czech Republic, Java. (volunteer & more translations)
Polnisch kawa (coffee, Java), Jawa (consciousness, Java), Java (Java). Additional references: Polnisch, Poland, Czech Republic, Java. (volunteer & more translations)
Polski kawa (coffee, Java), Jawa (consciousness, Java), Java (Java). Additional references: Polski, Poland, Czech Republic, Java. (volunteer & more translations)
Portuguese Java (Java, Javanese, Java programming language), Despachado (shipped, adroit, dispatched, expeditious, Java). Additional references: Portuguese, Portugal, Angola, Java. (volunteer & more translations)
Reunionais Totocher (correction, emendation, patch, adjustment, alteration). Additional references: Reunionais, Reunion, Java. (volunteer & more translations)
Rouchi Jus (coffee, cafe, pub, bar, beer cellar), Bistoule (coffee, cafe, pub, bar, beer cellar), Volée (correction, emendation, patch, adjustment, alteration), Trempe (correction, emendation, patch, adjustment, alteration). Additional references: Rouchi, Belgium, Java. (volunteer & more translations)
Ruotsi Java (Java, Java programming language, Screamers). Additional references: Ruotsi, Sweden, Finland, Java. (volunteer & more translations)
Russian ява (Java), яванский (java, Javanese), язык Java (Java), яванский Кофе (Java), Java (Java programming language), JDBC (Java Database Connectivity), средства разработки программ языка Java (Java development kit), стыкуемость базы данных Java (Java database connectivity). Additional references: Russian, Russia, China, Java. (volunteer & more translations)
Russian (transliteration) yava (Java), yavanskiy (java, Javanese), yazyk Java (Java), yavanskiy kofe (Java), Java (Java programming language), JDBC (Java Database Connectivity), sredstva razrabotki programm yazyka Java (Java development kit), stykuemostʹ bazy dannykh Java (Java database connectivity). Additional references: Russian, Russia, China, Java. (volunteer & more translations)
Russki ява (Java), яванский (java, Javanese), язык Java (Java), яванский Кофе (Java), Java (Java programming language), JDBC (Java Database Connectivity), средства разработки программ языка Java (Java development kit), стыкуемость базы данных Java (Java database connectivity). Additional references: Russki, Russia, China, Java. (volunteer & more translations)
Russki (transliteration) yava (Java), yavanskiy (java, Javanese), yazyk Java (Java), yavanskiy kofe (Java), Java (Java programming language), JDBC (Java Database Connectivity), sredstva razrabotki programm yazyka Java (Java development kit), stykuemostʹ bazy dannykh Java (Java database connectivity). Additional references: Russki, Russia, China, Java. (volunteer & more translations)
Savoyard Chapelle (coffee, cafe, pub, bar, beer cellar). Additional references: Savoyard, France, Java. (volunteer & more translations)
Serbian (transliteration) ojezik (Java), jezik na bazi c (Java), java (awareness, Java, reality), interpreterski jezik (Java), programski jezik (programming language, Algol, COBOL, computer language, Java), portabilni jezik (Java). Additional references: Serbian (transliteration), Java. (volunteer & more translations)
Shkip Kafe (coffee, bar, brown, Java). Additional references: Shkip, Turkey (Europe), Java. (volunteer & more translations)
Shqip Kafe (coffee, bar, brown, Java). Additional references: Shqip, Turkey (Europe), Java. (volunteer & more translations)
Shqiperë Kafe (coffee, bar, brown, Java). Additional references: Shqiperë, Turkey (Europe), Java. (volunteer & more translations)
Siamese ชะวา (java), ชวา (Java), กาแฟ (coffee, Java, Coffea), เกาะชวา (Java), ชวาตะวันตก (West Java), ภาษาจาวา (Java programming language). Additional references: Siamese, Thailand, Java. (volunteer & more translations)
Sjaelland Java (Java, Java programming language, Screamers). Additional references: Sjaelland, Denmark, Germany, Java. (volunteer & more translations)
Skchip Kafe (coffee, bar, brown, Java). Additional references: Skchip, Turkey (Europe), Java. (volunteer & more translations)
Slavic Јава (Java, Java programming language). Additional references: Slavic, Macedonia, Albania, Java. (volunteer & more translations)
Slavic (transliteration) Јava (Java, Java programming language). Additional references: Slavic, Macedonia, Albania, Java. (volunteer & more translations)
Slovak Jáva (Java), druh kávy (Java). Additional references: Slovak, Slovakia, Hungary, Java. (volunteer & more translations)
Slovakian Jáva (Java), druh kávy (Java). Additional references: Slovakian, Slovakia, Hungary, Java. (volunteer & more translations)
Spanish java (Java), de Java (Java), java o (Java), coffee (cafe, Java), cafecito (Java), Café (coffee, cafe, coffeehouse, coffee-house, bistro). Additional references: Spanish, Spain, Mexico, Java. (volunteer & more translations)
Standard Malay Jawa (Java, tamarind), Laut Jawa (Java sea), Jawa Barat (West Java), Java Tengah (central Java). Additional references: Standard Malay, Malaysia, Brunei, Java. (volunteer & more translations)
Standard Thai ชะวา (java), ชวา (Java), กาแฟ (coffee, Java, Coffea), เกาะชวา (Java), ชวาตะวันตก (West Java), ภาษาจาวา (Java programming language). Additional references: Standard Thai, Thailand, Java. (volunteer & more translations)
Suomea Jaava (Java). Additional references: Suomea, Finland, Russia (Europe), Java. (volunteer & more translations)
Suomi Jaava (Java). Additional references: Suomi, Finland, Russia (Europe), Java. (volunteer & more translations)
Svenska Java (Java, Java programming language, Screamers). Additional references: Svenska, Sweden, Finland, Java. (volunteer & more translations)
Swedish Java (Java, Java programming language, Screamers). Additional references: Swedish, Sweden, Finland, Java. (volunteer & more translations)
Tagalog Diyaba (Java), Haba (length, Java). Additional references: Tagalog, Philippines, Java. (volunteer & more translations)
Taiwanese 爪哇 (Java). Additional references: Taiwanese, Taiwan, Java. (volunteer & more translations)
Thai ชะวา (java), ชวา (Java), กาแฟ (coffee, Java, Coffea), เกาะชวา (Java), ชวาตะวันตก (West Java), ภาษาจาวา (Java programming language). Additional references: Thai, Thailand, Java. (volunteer & more translations)
Thaiklang ชะวา (java), ชวา (Java), กาแฟ (coffee, Java, Coffea), เกาะชวา (Java), ชวาตะวันตก (West Java), ภาษาจาวา (Java programming language). Additional references: Thaiklang, Thailand, Java. (volunteer & more translations)
Tosk Kafe (coffee, bar, brown, Java). Additional references: Tosk, Turkey (Europe), Java. (volunteer & more translations)
Turkish Kahve (coffee, cafe, Coffea, coffee house, coffee pot), Cava Kahvesi (Java), Cava Adası (Java), Cava (Java, Javanese), Java programlama dili (Java programming language). Additional references: Turkish, Turkey, Bulgaria, Java. (volunteer & more translations)
Ukrainian ява (Java), Мова програмування Java (Java programming language). Additional references: Ukrainian, Java. (volunteer & more translations)
Ukrainian (transliteration) yava (Java), mova programuvannya Java (Java programming language). Additional references: Ukrainian, Java. (volunteer & more translations)
Viet Java (Java platform, Java programming language). Additional references: Viet, Viet Nam, China, Java. (volunteer & more translations)
Vietnamese Java (Java platform, Java programming language). Additional references: Vietnamese, Viet Nam, China, Java. (volunteer & more translations)
West Indies French Café (coffee, cafe, pub, bar, beer cellar). Additional references: West Indies French, Caribbean, Java. (volunteer & more translations)
Yipunu Kafi (coffee, cafe, pub, bar, beer cellar). Additional references: Yipunu, Gabon, Java. (volunteer & more translations)
Zhgabe Kafe (coffee, bar, brown, Java). Additional references: Zhgabe, Turkey (Europe), Java. (volunteer & more translations)
Source: Eve, based on a combination of meta analysis and graph theory (for near and back translations). Top

Constructed Language Translations: Java

Language Translations for “Java” or closest synonym(s); back translations in parentheses.
Athag Jathagavathaga (Java). Additional references: Athag, Java. (volunteer)
Double Dutch Jagavaga (Java). Additional references: Double Dutch, Java. (volunteer)
Esperanto Javo (Java). Additional references: Esperanto, Java. (volunteer)
Leet _|/-\ (Java). Additional references: Leet, Java. (volunteer)
Oppish Jopavopa (Java). Additional references: Oppish, Java. (volunteer)
Pig Latin Avajay (Java). Additional references: Pig Latin, Java. (volunteer)
Terran B Javaa (Java). Additional references: Terran B, Java. (volunteer)
Ubbi Dubbi Jubavuba (Java). Additional references: Ubbi Dubbi, Java. (volunteer)
Source: compiled by the editor. Top