Basic Java stuff Flashcards
1
Q
TIMWOODS
A
Transportation Inventory Motion Waiting Over-Processing Over-Production Defects Skills
2
Q
JDK
A
Java Development Kit
3
Q
PCE
A
Process Cycle Efficiency
4
Q
Bin
A
Holds all the binaries
5
Q
Javac
A
compiler
6
Q
Java
A
Runtime
7
Q
JAR
A
Java Archive files
8
Q
Bin file
A
Needs to be in system path run or compile java file
9
Q
JRE
A
Included in development kit
Java Runtime Environment
10
Q
Lib folder
A
Core Libraries
11
Q
Separate downloads
A
Java class library API documentation Java language specification
12
Q
Source code
A
java
13
Q
What does javac do
A
it compiles source code
14
Q
Class
A
Result of source code being processed by javac (compiler), bytecode
15
Q
Process
A
Source code> javac> class> java, which is class file executed by java JRE