![]() 1,018,670,132 visitors served. |
|
![]() Dictionary/ thesaurus | ![]() Medical dictionary | ![]() Legal dictionary | ![]() Financial dictionary | ![]() Acronyms | ![]() Idioms | ![]() Encyclopedia | ![]() Wikipedia encyclopedia | ? |
Java |
Also found in: Dictionary/thesaurus, Financial, Wikipedia | 0.03 sec. |
|
Java (jä`və), island (1990 pop. 107,525,520), c.51,000 sq mi (132,090 sq km), Indonesia, S of Borneo, from which it is separated by the Java Sea, and SE of Sumatra across Sunda Strait. Although Java is the fifth largest island of Indonesia, constituting only one seventh of the country's total area, it contains two thirds of the country's population; it is one of the most densely populated regions in the world. For centuries it has been the cultural, political, and economic center of the area. In Java are the republic's capital and largest city, Jakarta Jakarta or Djakarta (both: jəkär`tə, jäkär`tä), city and special district (1990 pop. ..... Click the link for more information. , and the second and third largest cities, Surabaya Surabaya, Surabaja, or Soerabaja (s ..... Click the link for more information. and Bandung Bandung or Bandoeng (both: bän`d ng), city (1990 pop...... Click the link for more information. . Tanjungpriok is the chief port, and Yogyakarta Yogyakarta (yōg'yəkär`tə, yōk'–), Jogjakarta ..... Click the link for more information. and Surakarta Surakarta or Soerakarta (both: s ..... Click the link for more information. are cultural centers. Land and PeopleA chain of active volcanic mountains, most densely forested with teak, palms, and other woods, traverses the length of the island from east to west; Mt. Semeru rises to 12,060 ft (3,676 m). There are almost two million acres of planted teak forests; although Java contains only about 3% of the country's forest land, it accounts for much of its timber production. The climate is warm and humid, the volcanic soil exceptionally fertile. There are elaborate irrigation systems supplied by the island's numerous short, turbulent rivers. Found mostly in the interior are such animals as tigers, rhinoceroses, and crocodiles; birds of brilliant plumage are numerous. Java was a home of early humans (see human evolution human evolution, theory of the origins of the human species, Homo sapiens. Modern understanding of human origins is derived largely from the findings of paleontology , anthropology , and genetics , and involves the process of natural selection (see Darwinism ). EconomyMost of Indonesia's sugarcane and kapok are grown in Java. Rubber, tea, coffee, tobacco, cacao, and cinchona are produced in highland plantations. Rice is the chief small-farm crop. Cattle are raised in the east. In the northeast are important oil fields; tin, gold, silver, copper, coal, manganese, phosphate, and sulfur are mined. Most of the country's manufacturing establishments are in Java. Industry is centered chiefly in Jakarta and Surabaya, but Bandung is a noted textile center. HistoryEarly in the Christian era Indians began colonizing Java, and by the 7th cent. "Indianized" kingdoms were dominant in both Java and Sumatra. The Sailendra dynasty (760–860 in Java) unified the Sumatran and Javan kingdoms and built in Java the magnificent Buddhist temple Borobudur Borobudur or Boroboeder (both: bō'rōb Following the Portuguese, the Dutch arrived in 1596, and in 1619 the Dutch East India Company established its chief post in Batavia (now Jakarta), thence gradually absorbing the native states into which the once-powerful Javanese empire had disintegrated. Between 1811 and 1815, Java was briefly under British rule headed by Sir Thomas S. Raffles, who instituted certain reforms. The Dutch ignored these when they returned to power, resorting to a system of enforced labor, which, along with harsh methods of exploitation, led to a native uprising (1825–30) under Prince Diponegoro; the Dutch subsequently adopted a more humane approach. In the early phase of World War II, Java was left open to Japanese invasion by the disastrous Allied defeat in the battle of the Java Sea in Feb., 1942; Java was occupied by the Japanese until the end of the war. After the war the island was the scene of much fighting between Dutch and Indonesian forces, with the Indonesians declaring independence in 1945. In 1946 the Dutch occupied many of the key cities, and Yogyakarta was the provisional capital of the Republic of Indonesia from 1949 to 1950. Java now constitutes three provinces of Indonesia—West, Central, and East Java—as well as the autonomous districts of Yogyakarta and Jakarta. Overcrowding on Java led to the government's policy of "transmigration," in which farmers were relocated to less populated Indonesian islands. An earthquake in May, 2006, centered near the coast S of Yogyakarta, killed some 5,800 people and injured more than 36,000. BibliographySee C. Geertz, The Religion of Java (1960); C. Day, The Dutch in Java (1904, repr. 1966); B. R. Anderson, Java in a Time of Revolution (1972); R. M. Koentjaraningrat, Javanese Culture (1989). Javaor Djawa or JawaIsland (pop., 2005 prelim.: 127,679,800), Indonesia. Lying southeast of Sumatra, it is Indonesia's fourth largest island, and it contains more than half of the country's population. Its area, including offshore islands, is 49,255 sq mi (127,570 sq km). The capital of Java and of Indonesia is Jakarta. The island's highest point is Mount Semeru, an active volcano reaching an elevation of 12,060 ft (3,676 m). It is inhabited by three major ethnic groups: the Javanese (who constitute the bulk of the population), the Sundanese, and the Madurese. The fossilized remains of Homo erectus, or “Java man,” indicate that the island was occupied some 800,000 years ago. Indian traders began arriving in the 1st century AD, bringing Hindu influences. The Majapahit dynasty was founded in eastern Java in 1293; it fell early in the 16th century when Muslim kingdoms arose. In 1619 the Dutch East India Company took control of Batavia (Jakarta) and extended its influence. Ruled by the Dutch until the 1940s when it was occupied by Japan, it became part of newly independent Indonesia in 1950. JavaModular object-oriented programming language developed by Sun Microsystems in 1995 specifically for the Internet. Java is based on the idea that the same software should run on many different kinds of computers, consumer gadgets, and other devices; its code is translated according to the needs of the machine on which it is running. The most visible examples of Java software are the interactive programs called “applets” that animate sites on the World Wide Web, where Java is a standard creative tool. Java provides an interface to HTML. An object-oriented programming language that is platform independent (the same Java program runs on all hardware platforms without modification). Developed by Sun, Java is widely used on the Web for both client and server processing. Modeled after C++, Java added programming enhancements such as "garbage collection," which automatically frees unused memory. It was also designed to run in small amounts of memory. The first Web browsers to run Java were Sun's HotJava and Netscape Navigator 2.0. Write Once-Run Anywhere Java embodies the "write once-run anywhere" model, which has been one of the Holy Grails of computing for decades. For example, a J2EE server application can be replicated from a Unix server to a Windows server and vice versa with relative ease. Sometimes, a little tweaking is necessary; sometimes a lot, but Java is closer to "write once-run anywhere" than any development platform in the past. See Java platform, servlet, JSP, Java 2, Jini, network computer, CaffeineMark and caffeine based. The following Java example of changing Fahrenheit to Celsius is rather wordy compared to the C example in this Encyclopedia. Java is designed for GUI-based applications, and several extra lines of code are necessary here to allow input from a terminal.
import java.io.*;
class Convert {
public static void main(String[]args)
throws IOException {
float fahr;
StreamTokenizer in=new StreamTokenizer(new
InputStreamReader(System.in));
System.out.print("Enter Fahrenheit ");
in.nextToken();
fahr = (float) in.nval;
System.out.println ("Celsius is " +
(fahr-32)*5/9);
}
}
|
|
? Mentioned in | ? References in periodicals archive | |
|---|---|---|
In the most dire condition are the Javans, barely holding on with some 60 animals, and the Sumatran rhino (Dicerorhinus sumatrensis), with perhaps 300 individuals, all in Indonesia. |
| Free Tools: |
For surfers:
Browser extension |
Word of the Day |
Help
For webmasters: Free content | Linking | Lookup box | Double-click lookup | Partner with us |
|
|---|