Tuesday, November 29, 2011

What is JAR ?

JAR (Java Archive) is a platform-independent file format that aggregates many files into one. Multiple applets written in the Java programming language, and their requisite components (.class files, images, sounds and other resource files) can be bundled in a JAR file and subsequently downloaded to a browser in a single HTTP transaction. It also supports file compression and digital signatures.:JAR file is a java archive file..it is compressed with one or more files like .class files,.jpeg,.txt,and etc.
Category:J2SE Interview Questions

No comments:

Post a Comment