Glossary

The glossary is a constant work-in-progress. If you have words you’d like to have defined let me know. Or if you have definitions that are messing, let me know that too.

3 | 4 | a | b | c | d | e | f | g | h | i | j | k | l | m | n | p | s | v | w | z
Reset list
JSON -  JSON or JavaScript Object Notation is a language independent text format. The purpose is to be able to transfer data/information between applications without having to have the same OS, file format, etc. It's a lightweight data-interchange format that is completely language independent but with some conventions.
- Synonyms: javascript object notation
JVM -  JVM is the Java Virtual Machine. This is the program that interprets the Java byte code and actually runs a java program. Unlike traditional standalone applications such as those written in C/C++, you cannot simply execute a Java program, you must run it using a virtual machine to translate it to the local or native instructions.
- Synonyms: Java Virtual Machine