Java 12 Hour Full Course Flashcards
1
Q
What is a JDK?
A
Java Development Kit
Developers tools
2
Q
What is JRE?
A
Java Runtime Environment
Libraries and toolkits
3
Q
What is JVM?
A
Java Virtual Machine
Runs Java Programs
4
Q
What is this called?
int x
A
Declaration
5
Q
What is this called?
x = 1
A
Assignment
6
Q
What is this called?
int x = 1
A
Initialization
7
Q
What does GUI stand for and what does it mean?
A
Graphical User Interface
It’s a visual program that we can see and interact with