1/5
makin it to district
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No study sessions yet.
Java language specification (JLS)
A document that lists the rules for the syntax and semantics of the Java programming language.
Application program interface (API), or library
A collection of Java’s predefined classes, interfaces, and packages to help develop programs.
Java Development Toolkit (JDK)
The full kit of programs for creating Java programs, which includes the API, Java Compiler, Java Runtime Environment (JRE), and a debugger among other utilities.
Java Runtime Environment (JRE)
The software that runs Java programs and includes the JVM.
Integrated development environment (IDE)
An environment (ie. IntelliJ IDEA) that provides integrated tools to assist and facilitate programming.
Console
The text entry and display device of a computer