Difference between revisions of "Java (programming language)"

From Conservapedia
Jump to navigation Jump to search
(New page: 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 simplifications. One of the major fea...)
 
Line 4: Line 4:
  
 
==External Links==
 
==External Links==
[http://www.python.org/ Python Software Foundation]
+
[http://www.java.com/ Official Java Website]
 
[[Category:Information technology]]
 
[[Category:Information technology]]

Revision as of 13:31, March 31, 2007

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 simplifications. 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 maintained by Sun Microsystems compiles java codes to byte codes, which requires the Java virtual machine to execute.

External Links

Official Java Website