| |
 |
Website Development Glossary |
|
 |
|
| |
| |
| Java |
| |
Java is an object-oriented programming language developed by Sun
Microsystems in the early 1990s. Java applications are compiled to bytecode,
which at runtime is either interpreted or compiled to native machine code for
execution. The language itself derives much of its syntax from C and C++ but has
a simpler object model and fewer low-level facilities. JavaScript, a scripting
language, shares a similar name and has similar syntax, but is not directly
related to Java. Sun Microsystems provides a GNU General Public License
implementation of a Java compiler and Java virtual machine, in compliance with
the specifications of the Java Community Process, although the class library
that is required to run Java programs is not free software.
Source: wikipedia.org
Web Development Services by Originet IBS Inc.
|
|
| |
|
|
| |
| |
| JavaScript |
| |
JavaScript is the name of Netscape Communications Corporation's and
now the Mozilla Foundation's implementation of the ECMAScript standard, a
scripting language based on the concept of prototype-based programming. The
language is best known for its use in websites (as client-side JavaScript), but
is also used to enable scripting access to objects embedded in other
applications. Despite the name, JavaScript is only distantly related to the
Java programming language, the main
similarity being the common debt to the C syntax. Semantically, JavaScript
syntax has far more in common with the Self programming language. JavaScript is
a registered trademark of Sun Microsystems, Inc. It was used under license for
technology invented and implemented by Netscape Communications and current
entities such as the Mozilla Foundation.
Source: wikipedia.org
Web Development Services by Originet IBS Inc.
|
|
| |
|
|
| |
| |
| JPEG |
| |
In computing, JPEG s a commonly used standard method of compression
for photographic images. The name JPEG stands for Joint Photographic Experts
Group, the name of the committee who created the standard. The group was
organized in 1986, issuing a standard in 1992 which was approved in 1994 as ISO
10918-1. JPEG should not be confused with MPEG,
the Moving Picture Experts Group, which produces compression schemes for motion
pictures.
Source: wikipedia.org
|
|
| |
|
|
| |
|