a. MyProgram.java is a compiled executable class file that is run by the computer, and MyProgram.class is a source code file typed by the programmer
b. MyProgram.class is a compiled executable class file that is run by the computer
c. MyProgram.java is a source code file typed by the programmer
d. MyProgram.java is a source code file typed by the programmer, and MyProgram.class is a compiled executable class file that is run by the computer.
Answer:
d. MyProgram.java is a source code file typed by the programmer, and MyProgram.class is a compiled executable class file that is run by the computer.
Explanation:
Programmers create files with extension .java which are compiled into files with .class extension which are then executed by the system.