Java Chapter 1: Introduction to Computers, Programs, and Java

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/5

flashcard set

Earn XP

Description and Tags

makin it to district

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

6 Terms

1
New cards

Java language specification (JLS)

A document that lists the rules for the syntax and semantics of the Java programming language.

2
New cards

Application program interface (API), or library

A collection of Java’s predefined classes, interfaces, and packages to help develop programs.

3
New cards

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.

4
New cards

Java Runtime Environment (JRE)

The software that runs Java programs and includes the JVM.

5
New cards

Integrated development environment (IDE)

An environment (ie. IntelliJ IDEA) that provides integrated tools to assist and facilitate programming.

6
New cards

Console

The text entry and display device of a computer