MainTools Flashcards

1
Q

javac

A

Read Java class and interface definitions and compile them into bytecode and class files.

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

javap

A

Disassemble one or more class files.

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

javadoc

A

generate HTML pages of API documentation from Java source files

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

java

A

launch a Java Application.

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

jar

A

Create an archive for classes and resources, and to manipulate or restore individual classes or resources from an archive.

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

jlink

A

Assemble and Optimize a set of modules and their dependencies into a custom runtime image.

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

jmod

A

create JMOD files and list the content of existing JMOD files.

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

jdeps

A

Launch the Java class dependency analyzer.

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

jdeprscan

A

Static analysis tool that scans a jar file (or some other aggregation of class files) for uses of deprecated API elements.

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