Terminology means Technical Definition, here are some terminologies used for computers, they are categorized alphabetically, either you scroll down the page until you reach the terminology you wants, or it would be easier to click the terminology you want from the list. I hope you like this page and make a good use of it, also there will be an updates in the future, you may visit it regularly. | |
Letter J : | Java - JavaScript - JPEG |
Java | |
Java is a
programming language expressly designed for use in the distributed environment of the
Internet. It was designed to have the "look and feel" of the C++ language, but
it is simpler to use than C++ and enforces a completely object-oriented view of
programming. Java can be used to create complete applications that may run on a single
computer or be distributed among servers and clients in a network. It can also be used to
build small application modules or applets for use as part of a Web page. Applets make it
possible for a Web page user to interact with the page. The major characteristics of Java are:
Java was introduced by Sun Microsystems in 1995 and instantly created a new sense of the interactive possibilities of the Web. Both of the major Web browsers include a Java virtual machine. Almost all major operating system developers (IBM, Microsoft, and others) have added Java compilers as part of their product offerings. The Java virtual machine includes an optional just-in-time (JIT) compiler that dynamically compiles bytecode into executable code as an alternative to interpreting one bytecode instruction at a time. In many cases, the dynamic JIT compilation is faster than the virtual machine interpretation. JavaScript should not be confused with Java. JavaScript, which originated at Netscape, is interpreted at a higher level, is easier to learn than Java, but lacks some of the portability of Java and the speed of bytecode. Because Java applets will run on almost any operating system without requiring recompilation and because Java has no operating system-unique extensions or variations, Java is generally regarded as the most strategic language in which to develop applications for the Web. (However, JavaScript can be useful for very small applications that run on the Web client or server.)
|
|
Selected Links | |
The home of Java is at Sun Microsystems' Java page. | |
The best single source
of links to Java sites with applets you can download or learn from is Gamelan: The
Java Directory at developer.com.
|
|
JavaScript | ![]() |
JavaScript
is an interpreted programming or script language from Netscape. It is somewhat similar in
capability to Microsoft's Visual Basic, Sun's Tcl, the UNIX-derived Perl, and IBM's REXX.
In general, script languages are easier and faster to code in than the more structured and
compiled languages such as C and C++. Script languages generallly take longer to process
than compiled languages, but are very useful for shorter programs. JavaScript is used in Web site development to do such things as:
JavaScript uses some of the same ideas found in Java, the compiled object-oriented language derived from C++. JavaScript code can be imbedded in HTML pages and interpreted by the Web browser (or client). JavaScript can also be run at the server as in Microsoft's Active Server Pages (ASPs) before the page is sent to the requestor. Both Microsoft and Netscape browsers support JavaScript, but sometimes in slightly different ways.
|
|
Selected Links | |
The JavaScript Source not only provides guidance but includes a "cut-and-paste" library of ready-made or easily adapted JavaScript code sequences. | |
Another very useful source is WebCoder.com. | |
Webreference.com offers an archive of JavaScript Tips of the Week. | |
developer.com offers a long list of sites offering JavaScript how-to and help. | |
If you're really
stumped, try Experts Exchange
and ask a question. (At whatis.com, we got help successfully on the one occasion that we
asked a question.)
|
|
JPEG | ![]() |
A JPEG
(pronounced JAY-peg) is a graphic image created by
choosing from a range of compression qualities (actually, from one of a suite of
compression algorithms). When you create a JPEG or convert an image from another format to
a JPEG, you are asked to specify the quality of image you want. Since the highest quality
results in the largest file, you can make a trade-off between image quality and file size.
Formally, the JPEG file format is ISO standard 10918. The JPEG scheme includes 29 distinct
coding processes although a JPEG implementor may not use them all. Along with the Graphic Interchange Format (GIF) file, the JPEG is a file type supported by the World Wide Web protocol, usually with the file suffix of ".jpg". You can create a progressive JPEG that is similar to an interlaced GIF.
|
|
______________________________________________________________ |
|
Designed
By Wessam Sherif, All Rights Reserved.
|