MANIFEST.MF file in a JAR contains metadata including the Main-Class entry, which specifies which class should be executed when the JAR is run as a standalone application. This is what makes a JAR executable. Option A correctly identifies this purpose.