Multiple choice technology programming languages

Identify correct statements about the META-INF directory from the list below. (Choose three.)

  1. META-INF is a suitable location for storing digital certificates.

  2. META-INF is used as a repository for common code.

  3. The MANIFEST.MF file is found in the META-INF directory.

  4. The deployment descriptor file is found in the META-INF directory.

  5. META-INF is not directly accessible to clients.

Reveal answer Fill a bubble to check yourself
A,C,E Correct answer
Explanation

META-INF stores JAR metadata like MANIFEST.MF and digital certificates. It is not for shared code. Critically, resources in META-INF are protected and not directly accessible via web URLs to clients.