Web
Hosting Dictionary (Please
click on letter to view definitions)
Web
Hosting Glossary - J
Java
Java is a network-oriented programming language invented by Sun
Microsystems that is specifically designed for writing programs
that can be safely downloaded to your computer through the Internet
and immediately run without fear of viruses or other harm to your
computer or files. Using small Java programs (called " Applets
"), Web pages can include functions such as animations, calculators,
and other fancy tricks.
JavaScript
JavaScript is a programming language that is mostly used in web
pages, usually to add features that make the web page more interactive.
When JavaScript is included in an HTML file it relies upon the browser
to interpret the JavaScript. When JavaScript is combined with Cascading
Style Sheets (CSS), and later versions of HTML (4.0 and later) the
result is often called DHTML. JavaScript was invented by Netscape
and was going to be called "LiveScript", but the name
was changed to JavaScript to cash in on the popularity of Java .
JavaScript and Java are two different programming languages.
JDK
(Java Development Kit) A software development package from Sun Microsystems
that implements the basic set of tools needed to write, test and
debug Java applications and applets.
JPEG
(Joint Photographic Experts Group) JPEG is most commonly mentioned
as a format for image files. JPEG format is preferred to the GIF
format for photographic images as opposed to line art or simple
logo art.
JAR
A
popular compression format. Also a name of a compression utility.
Java
class files
The
file or set of files that contain the code for a Java applet.
Java
Servlet
Servlets
are programs written in Java that run on a Web server and can produce
dynamic pages.
Java
Virtual Machine (JVM, Java Runtime Environment)
A
set of programs that allow for Java applets to be run on a particular
computer system.
JSP
Java
Server Pages. Extension of Java Servlet technology for combining
Java server-side programs and HTML. JSP pages have an extension
.jsp.
JDBC
Java
Database Connectivity - a mechanism allowing Java applets to access
different databases.
Return
to Hosting Guide
|