catflap.org Online Dictionary Query


Query string:
Search type:
Database:

Database copyright information
Server information


106 definitions found
From The Free On-line Dictionary of Computing (27 SEP 03) :   [ foldoc ]

  Java
       
           (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.
       
          http://java.sun.com/)" rel="nofollow">Home (http://java.sun.com/).
       
          Usenet newsgroup: news:comp.lang.java.
       
          E-mail: .
       
          (1995-12-06)
       
       

From U.S. Gazetteer (1990) :   [ gazetteer ]

  Java, SD (city, FIPS 32460)
    Location: 45.50358 N, 99.88423 W
    Population (1990): 161 (125 housing units)
    Area: 1.2 sq km (land), 0.0 sq km (water)
    Zip code(s): 57452
  Java, VA
    Zip code(s): 24565

From The Collaborative International Dictionary of English v.0.44 :   [ gcide ]

  Java \Ja"va\ (j[aum]"v[.a]), n.
     1. One of the islands of the Malay Archipelago belonging to
        the Netherlands.
        [1913 Webster]
  
     2. Java coffee, a kind of coffee brought from Java.
        [1913 Webster]
  
     3. (Computers) [all capitals] an object-oriented computer
        programming language, derived largely from C++, used
        widely for design and display of web pages on the
        world-wide web. It is an interpreted language, and has
        been suggested as a platform-independent code to allow
        execution of the same progam under multiple operating
        systems without recompiling. The language is still (1997)
        under active development, and is evolving.
        [GG + PJC]
  
     Java cat (Zo["o]l.), the musang.
  
     Java sparrow (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.
        [1913 Webster]

From The Collaborative International Dictionary of English v.0.44 :   [ gcide ]

  higher programming language \higher programming language\ n.
     (Computers)
     a computer programming language with an instruction set
     allowing one instruction to code for several assembly
     language instructions.
  
     Note: The aggregation of several assembly-language
           instructions into one instruction allows much greater
           efficiency in writing computer programs. Most programs
           are now written in some higher programming language,
           such as BASIC, FORTRAN, COBOL, C, C++, or
           JAVA.
           [PJC]

From Jargon File (4.3.1, 29 Jun 2001) :   [ jargon ]

  Java 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 in 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 2001, 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.
  
  

From Webster's Revised Unabridged Dictionary (1913) :   [ web1913 ]

  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["o]l.), the musang.
  
     Java sparrow (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.

From WordNet (r) 2.0 :   [ wn ]

  Java
       n 1: an island in Indonesia south of Borneo; one of the world's
            most densely populated regions
       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

From Greek Wiktionary: All languages (2023-07-27) :   [ dictinfo.com:wikt-el-ALL-2023-07-27 ]

  java
     Βοσνιακά n.
     πραγματικότητα

From Greek Wiktionary: All languages (2023-07-27) :   [ dictinfo.com:wikt-el-ALL-2023-07-27 ]

  Java
     Αγγλικά n.
     (ετ γλπρο en) είναι γλώσσα προγραμματισμού, γλώσσα υψηλού επιπέδου,
  αποκλειστικά αντικειμενοστρεφής και γενικού σκοπού, που δημιουργήθηκε
  από τον ''James Gosling'' για λογαριασμό της ''Sun Microsystems'' και
  κυκλοφόρησε το 1995. Υποστηρίζει συλλογή απορριμάτων.

From English Wiktionary: All languages (2023-07-27) :   [ dictinfo.com:wikt-en-ALL-2023-07-27 ]

  java
     French n.
     (lb fr dance) a popular dance developed in 1920s Paris
     Hungarian n.
     1 (hu-possuff) the best (part) (gloss: the best or most important
  part of something)
     2 (hu-possuff) someone’s benefit, advantage, interest
     n.
     1 A blend of coffee imported from the island of Java.
     2 (lb en US colloquial) coffee in general.
     n.
     A dance popular in France in the early 20th century.
     Serbo-Croatian n.
     1 reality
     2 The state opposite of the sleeping or dreaming state, wakefulness.

From English Wiktionary: All languages (2023-07-27) :   [ dictinfo.com:wikt-en-ALL-2023-07-27 ]

  Java
     Dutch n.
     1 (l en Java) (gloss: island of Indonesia)
     2 (place nl neighbourhood c/Almelo p/Overijssel c/Netherlands).
     French n.
     (l en Java) (gloss: Island)
     n.
     A chicken of the Java breed which was developed in the United States.
     n.
     1 An island in the Indonesian Archipelago.
     2 (lb en computer language) An object-oriented, garbage collection
  computer programming language.
     3 (lb en computer language proscribed) JavaScript, when no
  distinction is made between it and Java.
     Portuguese n.
     (place pt island of c/Indonesia t1=Java)
     Portuguese n.
     (lb pt computing) (l en Java) (gloss: programming language)
     Swedish n.
     (place sv island c/Indonesia t1=Java)

From English Wiktionary: English language only (2023-07-27) :   [ dictinfo.com:wikt-en-en-2023-07-27 ]

  java
     n.
     1 A blend of coffee imported from the island of Java.
     2 (lb en US colloquial) coffee in general.
     n.
     A dance popular in France in the early 20th century.

From English Wiktionary: English language only (2023-07-27) :   [ dictinfo.com:wikt-en-en-2023-07-27 ]

  Java
     n.
     A chicken of the Java breed which was developed in the United States.
     n.
     1 An island in the Indonesian Archipelago.
     2 (lb en computer language) An object-oriented, garbage collection
  computer programming language.
     3 (lb en computer language proscribed) JavaScript, when no
  distinction is made between it and Java.

From English Wiktionary: Western, Greek, and Slavonic languages only (2023-07-27) :   [ dictinfo.com:wikt-en-Western_Greek_Slavonic-2023-07-27 ]

  java
     French n.
     (lb fr dance) a popular dance developed in 1920s Paris
     Hungarian n.
     1 (hu-possuff) the best (part) (gloss: the best or most important
  part of something)
     2 (hu-possuff) someone’s benefit, advantage, interest
     n.
     1 A blend of coffee imported from the island of Java.
     2 (lb en US colloquial) coffee in general.
     n.
     A dance popular in France in the early 20th century.

From English Wiktionary: Western, Greek, and Slavonic languages only (2023-07-27) :   [ dictinfo.com:wikt-en-Western_Greek_Slavonic-2023-07-27 ]

  Java
     Dutch n.
     1 (l en Java) (gloss: island of Indonesia)
     2 (place nl neighbourhood c/Almelo p/Overijssel c/Netherlands).
     French n.
     (l en Java) (gloss: Island)
     n.
     A chicken of the Java breed which was developed in the United States.
     n.
     1 An island in the Indonesian Archipelago.
     2 (lb en computer language) An object-oriented, garbage collection
  computer programming language.
     3 (lb en computer language proscribed) JavaScript, when no
  distinction is made between it and Java.
     Portuguese n.
     (place pt island of c/Indonesia t1=Java)
     Portuguese n.
     (lb pt computing) (l en Java) (gloss: programming language)
     Swedish n.
     (place sv island c/Indonesia t1=Java)

From English Wiktionary: Western languages only (2023-07-27) :   [ dictinfo.com:wikt-en-Western-2023-07-27 ]

  java
     Hungarian n.
     1 (hu-possuff) the best (part) (gloss: the best or most important
  part of something)
     2 (hu-possuff) someone’s benefit, advantage, interest
     Latvian n.
     (lb lv construction) mortar (building material)

From English Wiktionary: Western languages only (2023-07-27) :   [ dictinfo.com:wikt-en-Western-2023-07-27 ]

  Java
     Dutch n.
     1 (l en Java) (gloss: island of Indonesia)
     2 (place nl neighbourhood c/Almelo p/Overijssel c/Netherlands).
     French n.
     (l en Java) (gloss: Island)
     n.
     A chicken of the Java breed which was developed in the United States.
     n.
     1 An island in the Indonesian Archipelago.
     2 (lb en computer language) An object-oriented, garbage collection
  computer programming language.
     3 (lb en computer language proscribed) JavaScript, when no
  distinction is made between it and Java.
     Portuguese n.
     (place pt island of c/Indonesia t1=Java)
     Portuguese n.
     (lb pt computing) (l en Java) (gloss: programming language)
     Swedish n.
     (place sv island c/Indonesia t1=Java)

From Finnish Wiktionary: All languages (2023-07-27) :   [ dictinfo.com:wikt-fi-ALL-2023-07-27 ]

  java
     Ruotsi n.
     kuppi kahvia

From Finnish Wiktionary: All languages (2023-07-27) :   [ dictinfo.com:wikt-fi-ALL-2023-07-27 ]

  Java
     Englanti n.
     (''maantiede'') Jaava

From Swedish Wiktionary: All languages (2023-07-27) :   [ dictinfo.com:wikt-sv-ALL-2023-07-27 ]

  java
     n.
     1 (tagg vardagligt slang) drycken kaffe
     2 en sorts kaffe

From Swedish Wiktionary: All languages (2023-07-27) :   [ dictinfo.com:wikt-sv-ALL-2023-07-27 ]

  Java
     Engelska n.
     (tagg kat=öar språk=en) #Svenska
     Franska n.
     (tagg kat=öar språk=fr) #Svenska
     n.
     1 (tagg: kat=öar) tättbefolkad ö i Indonesien med huvudstaden
  Jakarta, belägen med Sumatra i nordväst, Bali i öst, Borneo i nordöst
  och Julön i söder
     2 (tagg: programmering) populärt objektorienterat programspråk

From Swedish Wiktionary: Swedish language only (2023-07-27) :   [ dictinfo.com:wikt-sv-sv-2023-07-27 ]

  java
     n.
     1 (tagg vardagligt slang) drycken kaffe
     2 en sorts kaffe

From Swedish Wiktionary: Swedish language only (2023-07-27) :   [ dictinfo.com:wikt-sv-sv-2023-07-27 ]

  Java
     n.
     1 (tagg: kat=öar) tättbefolkad ö i Indonesien med huvudstaden
  Jakarta, belägen med Sumatra i nordväst, Bali i öst, Borneo i nordöst
  och Julön i söder
     2 (tagg: programmering) populärt objektorienterat programspråk

From Afrikaans-English FreeDict Dictionary ver. 0.2.2 :   [ freedict:afr-eng ]

  Java /jˈɑːfɐ/
  Java

From Deutsch-български език FreeDict+WikDict dictionary ver. 2020.10.04 :   [ freedict:deu-bul ]

  Java /ˈjaːva/ /ˈjaːvas/ 
  Ява, Java
  die Hauptinsel der „Großen Sundainseln“, die zu Indonesien gehören

From Deutsch-ελληνικά FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:deu-ell ]

  Java /ˈjaːva/ /ˈjaːvas/ 
  Ιάβα
  die Hauptinsel der „Großen Sundainseln“, die zu Indonesien gehören

From German - English Ding/FreeDict dictionary ver. 1.9-fd1 :   [ freedict:deu-eng ]

  Java /jˈɑvɑː/
   [comp.] Java
        "Java-konform"  - Java-compliant
           Note: Programmiersprache

From Deutsch-suomi FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:deu-fin ]

  Java /ˈjaːva/ /ˈjaːvas/ 
  Jaava 2.
  die Hauptinsel der „Großen Sundainseln“, die zu Indonesien gehören
   3.
  eine objektorientierte Programmiersprache

From Deutsch-français FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:deu-fra ]

  Java /ˈjaːva/ /ˈjaːvas/ 
  Java 2.
  die Hauptinsel der „Großen Sundainseln“, die zu Indonesien gehören
   3.
  eine objektorientierte Programmiersprache

From Deutsch-Bahasa Indonesia FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:deu-ind ]

  Java /ˈjaːva/ /ˈjaːvas/ 
  Jawa 2.
  die Hauptinsel der „Großen Sundainseln“, die zu Indonesien gehören
   3.
  eine objektorientierte Programmiersprache

From Deutsch-język polski FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:deu-pol ]

  Java /ˈjaːva/ /ˈjaːvas/ 
  Jawa
  die Hauptinsel der „Großen Sundainseln“, die zu Indonesien gehören

From Deutsch-Русский FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:deu-rus ]

  Java /ˈjaːva/ /ˈjaːvas/ 
  Ява
  die Hauptinsel der „Großen Sundainseln“, die zu Indonesien gehören

From Deutsch-español FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:deu-spa ]

  Java /ˈjaːva/ /ˈjaːvas/ 
  Java
  die Hauptinsel der „Großen Sundainseln“, die zu Indonesien gehören

From Deutsch-Svenska FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:deu-swe ]

  Java /ˈjaːva/ /ˈjaːvas/ 
  Java 2.
  die Hauptinsel der „Großen Sundainseln“, die zu Indonesien gehören
   3.
  eine objektorientierte Programmiersprache

From English-Afrikaans FreeDict Dictionary ver. 0.1.3 :   [ freedict:eng-afr ]

  Java /dʒˈɑːvə/
  Java

From English-Arabic FreeDict Dictionary ver. 0.6.3 :   [ freedict:eng-ara ]

  Java /dʒˈɑːvə/
  لغة من لغات برمجة الحاسب الآلي، مدينة

From English-български език FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:eng-bul ]

  Java //ˈd͡ʒɑːvə// 
  Ява, Java, Джава
  programming language

From English-Czech dicts.info/FreeDict Dictionary ver. 0.1.3 :   [ freedict:eng-ces ]

  java /dʒˈɑːvə/ 
  káva

From English-Czech dicts.info/FreeDict Dictionary ver. 0.1.3 :   [ freedict:eng-ces ]

  java /dʒˈɑːvə/
  kafe

From English-Czech dicts.info/FreeDict Dictionary ver. 0.1.3 :   [ freedict:eng-ces ]

  java /dʒˈɑːvə/
  java

From English-Czech dicts.info/FreeDict Dictionary ver. 0.1.3 :   [ freedict:eng-ces ]

  Java /dʒˈɑːvə/ 
  ostrov jižně od Bornea

From English-Czech dicts.info/FreeDict Dictionary ver. 0.1.3 :   [ freedict:eng-ces ]

  Java /dʒˈɑːvə/
  objektově orientovaný jazyk

From English - German Ding/FreeDict dictionary ver. 1.9-fd1 :   [ freedict:eng-deu ]

  Java /dʒˈɑːvə/
  Java [comp.]
           Note: Programmiersprache
        "Java-compliant"  - Java-konform

From English-suomi FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:eng-fin ]

  Java //ˈd͡ʒɑːvə// 
  1. Jaava
  island of Indonesia
  2. Java, Jaava
  programming language

From English-French FreeDict Dictionary ver. 0.1.6 :   [ freedict:eng-fra ]

  Java /dʒɑːvə/
  Java

From English-Croatian FreeDict Dictionary ver. 0.2.2 :   [ freedict:eng-hrv ]

  Java /dʒˈɑːvə/
  Java

From English-Hungarian FreeDict Dictionary ver. 0.2.1 :   [ freedict:eng-hun ]

  java /dʒˈɑːvə/
  1. jáva
  2. kávé

From English-Bahasa Indonesia FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:eng-ind ]

  Java //ˈd͡ʒɑːvə// 
  Jawa, pulau Jawa
  island of Indonesia

From English-日本語 (にほんご) FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:eng-jpn ]

  Java //ˈd͡ʒɑːvə// 
  1. ジャワ, ジャワ島
  island of Indonesia
  2. ジャバ, ジャヴァ
  programming language

From English-Portuguese FreeDict Dictionary ver. 0.3 :   [ freedict:eng-por ]

  Java /dʒɑːvə/
  Java

From English-Spanish FreeDict Dictionary ver. 0.3.1 :   [ freedict:eng-spa ]

  Java /dʒɑːvə/
  Java

From English-Svenska FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:eng-swe ]

  Java //ˈd͡ʒɑːvə// 
  Java 2.
  programming language
   3.
  island of Indonesia

From English-Turkish FreeDict Dictionary ver. 0.3 :   [ freedict:eng-tur ]

  java /dʒˈɑːvə/
  1. Cava adası
  2. Cava kahvesi
  3. (A.B.D.), (argo) kahve. Java man 1892'de Cava'da bulunmuş olan ve kemikleri maymununkine benzeyen bir tür insan fosili
  4. (bak.) Pithecanthropus Javanese   Cava'ya veya Cava diline özgü
  5. Cava halkı veya dili.

From Esperanto-English FreeDict dictionary ver. 1.0.1 :   [ freedict:epo-eng ]

  java /jˈava/
  Javan, Javanese

From Esperanto-English FreeDict dictionary ver. 1.0.1 :   [ freedict:epo-eng ]

  java /jˈava/
  Javan, Javanese

From Esperanto-English FreeDict dictionary ver. 1.0.1 :   [ freedict:epo-eng ]

  java /jˈava/
  Javan, Javanese

From français-български език FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:fra-bul ]

  Java /ʒa.va/ 
  Ява

From français-български език FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:fra-bul ]

  Java /ʒa.va/ 
  Java

From français-Deutsch FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:fra-deu ]

  Java /ʒa.va/ 
  Java

From français-ελληνικά FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:fra-ell ]

  Java /ʒa.va/ 
  Ιάβα

From French-English FreeDict Dictionary ver. 0.4.1 :   [ freedict:fra-eng ]

  Java /ʒava/ 
  Java

From français-suomi FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:fra-fin ]

  Java /ʒa.va/ 
  Jaava

From français-italiano FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:fra-ita ]

  Java /ʒa.va/ 
  Giava

From français-italiano FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:fra-ita ]

  Java /ʒa.va/ 
  Java

From français-日本語 (にほんご) FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:fra-jpn ]

  Java /ʒa.va/ 
  ジャワ島, ジャワ

From français-日本語 (にほんご) FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:fra-jpn ]

  Java /ʒa.va/ 
  Java

From français-latine FreeDict+WikDict dictionary ver. 2020.10.04 :   [ freedict:fra-lat ]

  Java /ʒa.va/ 
  Iava

From French-Dutch FreeDict Dictionary ver. 0.2 :   [ freedict:fra-nld ]

  Java /ʒava/
  Java

From français-português FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:fra-por ]

  Java /ʒa.va/ 
  Java

From français-español FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:fra-spa ]

  Java /ʒa.va/ 
  Java

From français-Türkçe FreeDict+WikDict dictionary ver. 2018.09.13 :   [ freedict:fra-tur ]

  Java /ʒavˈa/ 
  Java

From Croatian-English FreeDict Dictionary ver. 0.1.2 :   [ freedict:hrv-eng ]

  Java /jˈavæ/
  Java

From Dutch-English Freedict Dictionary ver. 0.2 :   [ freedict:nld-eng ]

  Java /java/
  Java

From Nederlands-French FreeDict Dictionary ver. 0.2 :   [ freedict:nld-fra ]

  Java /java/
  Java

From Norwegian Nynorsk-Norwegian Bokmål FreeDict Dictionary ver. 0.1.1 :   [ freedict:nno-nob ]

  Java
  Java

From język polski-English FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:pol-eng ]

  Java /jˈava/ 
  Java
  (informatyka, informatyczny) popularny obiektowy język programowania;

From język polski-suomi FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:pol-fin ]

  Java /jˈava/ 
  Java
  (informatyka, informatyczny) popularny obiektowy język programowania;

From język polski-Bahasa Indonesia FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:pol-ind ]

  Java /jˈava/ 
  Jawa
  (informatyka, informatyczny) popularny obiektowy język programowania;

From język polski-日本語 (にほんご) FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:pol-jpn ]

  Java /jˈava/ 
  ジャバ
  (informatyka, informatyczny) popularny obiektowy język programowania;

From język polski-Nederlands FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:pol-nld ]

  Java /jˈava/ 
  Java
  (informatyka, informatyczny) popularny obiektowy język programowania;

From język polski-Türkçe FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:pol-tur ]

  Java /jˈava/ 
  Java
  (informatyka, informatyczny) popularny obiektowy język programowania;

From Portuguese-English FreeDict Dictionary ver. 0.2 :   [ freedict:por-eng ]

  Java /ʒˈavæ/
  Java

From Spanish - Asturian FreeDict Dictionary ver. 0.1.1 :   [ freedict:spa-ast ]

  Java /xˈaβa/
  Java  

From Spanish-English FreeDict Dictionary ver. 0.3.1 :   [ freedict:spa-eng ]

  Java /xˈaβa/
  Java

From Svenska-български език FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:swe-bul ]

  Java /jˈɑːva/ 
  Ява
  ö

From Svenska-Deutsch FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:swe-deu ]

  Java /jˈɑːva/ 
  Java
  ö

From Svenska-Deutsch FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:swe-deu ]

  java /jˈɑːva/ 
  1. Arabica-Kaffee, Bergkaffee, Javakaffee
  en sorts kaffe
  2. Kaffee
  vardagligt kaffe

From Svenska-ελληνικά FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:swe-ell ]

  Java /jˈɑːva/ 
  Ιάβα
  ö

From Svenska-suomi FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:swe-fin ]

  Java /jˈɑːva/ 
  Jaava
  ö

From Svenska-français FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:swe-fra ]

  Java /jˈɑːva/ 
  Java
  ö

From Svenska-italiano FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:swe-ita ]

  Java /jˈɑːva/ 
  Giava
  ö

From Svenska-日本語 (にほんご) FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:swe-jpn ]

  Java /jˈɑːva/ 
  1. ジャバ
  programspråk
  2. ジャワ
  ö

From Svenska-latine FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:swe-lat ]

  Java /jˈɑːva/ 
  Iava
  ö

From Svenska-Nederlands FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:swe-nld ]

  Java /jˈɑːva/ 
  Java
  ö

From Svenska-português FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:swe-por ]

  Java /jˈɑːva/ 
  Java
  ö

From Svenska-Русский FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:swe-rus ]

  Java /jˈɑːva/ 
  Ява
  ö

From Svenska-Türkçe FreeDict+WikDict dictionary ver. 2023.05.29 :   [ freedict:swe-tur ]

  Java /jˈɑːva/ 
  Java
  ö

From IPA:de :   [ IPA:de ]

  

/ˈjɑːvɑ/

From IPA:en_US :   [ IPA:en_US ]

  

/ˈdʒɑvə/

From IPA:es_ES :   [ IPA:es_ES ]

  

/xaβa/

From IPA:es_MX :   [ IPA:es_MX ]

  

/xaβa/

From IPA:fr :   [ IPA:fr ]

  

/ʒava/

From IPA:fr :   [ IPA:fr ]

  

/ʒava/

From U.S. Gazetteer Places (2000) :   [ gazetteer2k-places ]

  Java, SD -- U.S. town in South Dakota
     Population (2000):    197
     Housing Units (2000): 133
     Land area (2000):     0.479417 sq. miles (1.241684 sq. km)
     Water area (2000):    0.000000 sq. miles (0.000000 sq. km)
     Total area (2000):    0.479417 sq. miles (1.241684 sq. km)
     FIPS code:            32460
     Located within:       South Dakota (SD), FIPS 46
     Location:             45.502870 N, 99.886049 W
     ZIP Codes (1990):     57452
     Note: some ZIP codes may be omitted esp. for suburbs.
     Headwords:
      Java, SD
      Java
  

From Stardic English-Chinese Dictionary :   [ stardic ]

  n. 爪哇,爪哇产的咖啡,咖啡;

From XDICT the English-Chinese dictionary :   [ xdict ]

  Java
     n.
  爪哇,爪哇产的咖啡,咖啡;一种网络编程语言,编译后可在不同的平台上运行,支持多媒体

Questions or comments about this site? Contact dictionary@catflap.org
Access Stats