Thursday, 25 April 2024, 9:57 PM
Site: Moodle - Open-source learning platform | Moodle.org
Course: Moodle in English (Moodle in English)
Glossary: Glossary of common terms
J
Martin Dougiamas

Java

by Martin Dougiamas - Friday, 4 March 2005, 9:01 AM
 
Java:  a programming language that can be used to write all kinds of programs, from Applets which run in the browser to Midlets that run in Palm handhelds or cell phones to desktop client programs and especially server-side programs including web server "servlets".  Moodle does not use any Java.
Martin Dougiamas

Javascript

by Martin Dougiamas - Wednesday, 1 October 2003, 2:23 PM
 
A scripting language that can be used to write small programs in web pages, such as popup menus. Moodle uses a little Javascript.
Gmads

JFTR

by Guillermo Madero - Friday, 8 August 2014, 10:03 PM
 

Just For The Record

Leon Stringer

JSON

by Leon Stringer - Tuesday, 27 July 2021, 9:03 PM
 

JSON (JavaScript Object Notation) is an open standard file format and data interchange format that uses human-readable text to store and transmit data objects consisting of attribute–value pairs and arrays (or other serializable values). JSON is a language-independent data format. It was derived from JavaScript, but many modern programming languages include code to generate and parse JSON-format data.