What type of files are stored in a JAR file in compressed form?
Explanation
A JAR (Java ARchive) file packages compiled Java bytecode files, which have the .class extension, into a compressed archive. It does not contain source (.java) or JSP (.jsp) files.