Q: Why are Java ARchive (JAR) files important?

JAR files bundle .class files and optimize applet downloads.

Showing Answers 1 - 3 of 3 Answers

Jar files are important as it contains the class, image, and sound files for a Java application or applet gathered into a single file and possibly compressed. When a programmer gets a Java program development kit, a small program or utility called "jar" is included. The jar utility lets the programmer create, list, or extract the individual files from a JAR file.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions