| HTTP | Hypertext Transfer Protocol - the TCP/IP protocol for world wide web exchange of documents. Conventionally uses port 80 |
| JSP | JavaServer Pages |
| JDK | Java Development Kit - software used for the development of Java applications |
| JVM | Java Virtual Machine - executes Java byte code by translating the code into machine code that can be interpreted by the local operating system. |
| URL | Uniform Resource Locator - A standard way of stating the location of an object, typically a web page |