J2SE Question: Download J2SE PDF

What is JAR?

Tweet Share WhatsApp

Answer:

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.

Download J2SE PDF Read All 214 J2SE Questions
Previous QuestionNext Question
What is Java 2 Platform? Enterprise Edition (J2EE platform), Micro Edition (J2ME platform) , Standard Edition (J2SE platform)?What is interpreter?