« Back to Glossary Index

What is Java ?

Java – Popular computer programming language developed by Sun Microsystems. The syntax is a lot like C or C++, but structured around classes instead of functions. It is often used for programming applets (small programs that can be embedded in Web sites.). Sun Microsystems describe Java as a “simple, object-oriented, distributed, interpreted, robust, secure, architecture-neutral, portable, high-performance, multi threaded, dynamic, buzzword-compliant, general-purpose programming language.”

Java is a high-level programming language developed by Sun Microsystems. It was originally designed for developing programs for set-top boxes and handheld devices, but later became a popular choice for creating web applications.

The syntax is similar to C++, but is strictly an object-oriented programming language. For example, most Java programs contain classes, which are used to define objects, and methods, which are assigned to individual classes. It  is also known for being more strict than C++, meaning variables and functions must be explicitly defined. This means Java’s source code may produce errors or “exceptions” more easily than other languages, but it also limits other types of errors that may be caused by undefined variables or unassigned types.

Unlike Windows executable (.EXE files) or Macintosh applications (.APP files), Java’s programs are not run directly by the operating system. Instead, Java’s programs are interpreted by the Java Virtual Machine, or JVM, which runs on multiple platforms. This means all Java’s programs are multi platform and can run on different platforms, including Macintosh, Windows, and Unix computers. However, the JVM must be installed for Java’s applications or applets to run at all. Fortunately, the JVM is included as part of the Java’s Run-time Environment (JRE), which is available as a free download.

NOTE: Oracle acquired Sun Microsystems in January, 2010. Therefore, is now maintained and distributed by Oracle.

File extensions: .JAVA.JAV.JAD.JAR.JSP.CLASS

« Back to Glossary Index