javac Flashcards

(3 cards)

1
Q

Java bytecode

A

source code is compiled with javac which outputs .class files; .classes are filled with bytecode– binary– so it can be run on the JVM;

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

JVM

A

engine that runs Java programs; takes .class files and bytecode and executes them

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

javac

A

java compiler; turns .java into .class to be run by the java virtual machine

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