Which file type represents an executable applet?

Choose the correct answer

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.

Which file type represents an executable applet? — Java concepts and its programming | PakQuizHub