My first "jar" command created a new JAR file called hello.jar. "jar" automatically added "manifest".
My second "jar" command displayed what is in hello.jar. As you can see, the first "jar" command actually
added a directory called META-INF into the jar file.
My third "jar" command extracted all files out of hello.jar.
My "type" command showed you what was added as "manifest": two package attributes: version and create-by.