Unlike this, jar is just a zipped archive of .clas...
# getting-started
o
Unlike this, jar is just a zipped archive of .class files, JVM (and tools) treat JAR like a folder with .class files (invisible to package structure, to be precise). You can pack two modules into the same file, or jarjar several jars, etc.