Web Hosting Glossary Terms starting with Letter J
Terms that will help you understand hosting services. Internet reference and glossary of Web Hosting Terms and Definitions. Please select a letter to jump to that section of The Glossary.
A glossary is defined as an alphabetical list of technical terms in some specialized field of knowledge; usually published as an appendix to a text on that field. This Web Hosting Glossary section is specially designed to explain most of the terms that you should read and understand before you choose your web hosting service provider.
Java
This programming code works in conjunction with HTML to allow dynamic programs to run and interact with your computer, where straight HTML is primarily linear information downloaded to your computer for static display. Java is a product created by Sun Microsystems. Watch for many new web sites to start incorporating limitless graphics, sound, motion, programs, etc.
Java ServletServlets are programs written in Java that run on a Web server and can produce dynamic pages. Also see JSP.
JavaScript
Simple, client-side programming language created by Sun and Netscape. JavaScript can be embedded in HTML pages to create interactive effects and do tasks like validate form data. JavaScript is a separate language from Java. All popular modern browsers support JavaScript. A few hosts support server-side JavaScript.
JDBCJava Database Connectivity - a mechanism allowing Java applets to access different databases.
JPEG
Joint Photographic Experts Group. A group that has defined a compression scheme that reduces the size of image files by up to 20 times at the cost of slightly reduced image quality.
See also : ( GIF )
JScript
Microsoft's implementation of ECMAScript standard based on JavaScript. Limited, object-based, interpreted scripting language. JScript is comparable to VBScript.
JSP
Java Server Pages. Extension of Java Servlet technology for combining Java server-side programs and HTML. JSP pages have an extension .JSP.