Which file type represents an executable applet?
Explanation
An executable applet is compiled into a .class file, which the Java Virtual Machine can run. The .java file contains the source code, while .java embedded in HTML and .applet files are not executable applet formats.