What is a jar file A java archive A group of files all packa
What is a jar file?
A java archive.
A group of files all packaged into one file.
Something that can contain both Java-specific files and other files
Something that can be added to the build path or class path so that you can access the class files within it.
All of the above
Options a, b, and d, but not c.
Options a, b, and c, but not d.
Solution
Answer:
Options a, b, and d, but not c.
A java archive.
A group of files all packaged into one file.
Something that can be added to the build path or class path so that you can access the class files within it.
