Multiple choice technology programming languages

Which files contains the libraries, resources and accessories files like property files?

  1. .jar

  2. .war

  3. .ear

  4. .zip

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

JAR (Java Archive) files bundle Java classes, associated metadata, and resources like property files, images, and configuration files. WAR files are specifically for web applications, EAR files for enterprise applications, and ZIP is a general compression format not specifically designed for Java resources.