Java 12 Hour Full Course Flashcards

1
Q

What is a JDK?

A

Java Development Kit
Developers tools

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is JRE?

A

Java Runtime Environment
Libraries and toolkits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is JVM?

A

Java Virtual Machine
Runs Java Programs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is this called?
int x

A

Declaration

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is this called?
x = 1

A

Assignment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is this called?
int x = 1

A

Initialization

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly