What type of files are stored in a JAR file in compressed form?

Choose the correct answer

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.

What type of files are stored in a JAR file in compr… — Java concepts and its programming | PakQuizHub