Difference between revisions of "Java (programming language)"

From Conservapedia
Jump to navigation Jump to search
(more used on web servers)
(it means coffee - which derive etymologically from an Indonesian island)
Line 6: Line 6:
 
Java applications are popular in creating [[applets]] for websites, due to their cross-platform nature. It still has not gained widespread popularity in stand-alone Windows applications, but is used primarily on web servers.
 
Java applications are popular in creating [[applets]] for websites, due to their cross-platform nature. It still has not gained widespread popularity in stand-alone Windows applications, but is used primarily on web servers.
  
==See also==
+
The name "Java" comes from "java" (another word for [[coffee]]). Ace programmer [[Richard Stallman]] made a point of traveling to Indonesia where he could say, with delicious ambiguity, that he was "programming in [[Java (island)|Java]]" (writing a Java program on a big island).
* [[Java (island)]] - part of [[Indonesia]]
 
  
 
==External Links==
 
==External Links==
 
[http://www.java.com/ Official Java Website]
 
[http://www.java.com/ Official Java Website]
 
[[Category:Information technology]]
 
[[Category:Information technology]]

Revision as of 14:52, December 10, 2008

Java logo.

Java is an object-oriented programming language developed by Sun Microsystems in the 1990's. Its syntax is similar to that of C++, but with some improvements. One of the major features which make Java programs easier to write than C++ programs is its support for automatic memory management.

The Java compiler provided by Sun Microsystems compiles Java code to bytecode, which requires the Java virtual machine to execute. This model was adopted by Microsoft for C# and other .NET languages. IBM and others supply regular Java compilers for those who don't want to use the virtual machine.

Java applications are popular in creating applets for websites, due to their cross-platform nature. It still has not gained widespread popularity in stand-alone Windows applications, but is used primarily on web servers.

The name "Java" comes from "java" (another word for coffee). Ace programmer Richard Stallman made a point of traveling to Indonesia where he could say, with delicious ambiguity, that he was "programming in Java" (writing a Java program on a big island).

External Links

Official Java Website