1. Fill in the blanks in each of the following sentences about the Java environment:
a. The ________ command from the JDK executes a Java application.
b. The ________ command from the JDK compiles a Java program.
c. A Java program file must end with the ________ file extension.
d. When a Java program is compiled, the file produced by the compiler ends with the
_________ file extension.
e. The file produced by the Java compiler contains _________ that are executed by the Java Virtual Machine.
Answers
Answered by
0
Answer:
a java
bThe Java compiler, javac, requires that the name of a Java source file end with a . java extension.
c
d
e
Similar questions