Level 22
Level 24
15 words 0 ignored
Ready to learn
Ready to review
Ignore words
Check the boxes below to ignore/unignore words, then click save at the bottom. Ignored words will never appear in any learning session.
Ignore?
Control Structure
Programming that lets us change the flow of the code.
JRE
Java Runtime Environment - allows Java programs and apps to run
API
Application Program Interface - list of instructions that can be used with a particular software
JVM
Java Virtual Machine - Application that allows Java programs to be run and tested before distribution
Package
A group of classes.
Method
a collection of statements that are grouped together to perform an operation.
Primitive
an original, non-derived data type
Post/Pre Operators
allows for increments and decrements to variables
Modulus
A remainder operator
Java Class Library
a set of dynamically loadable groups of scripts that Java applications can call at run
Scanner Class
an example of a library that enables Java programs to take inputs
nextLine()
a method for calling Strings as part of the Scanner Class
Unary
Can be used to make a number variable + or -
Casting
a way to change a data type from one to another
16
The number of bits of information in a char (in Java)