+ 4
What is .jar
difference between. jar and .java?
20 Respuestas
+ 8
Files with the .java extension are Java programs (source code), while files with the .jar extension are Java archives (compressed Java programs for distribution and installation). So the programmer writes code and saves it in a .java file. When the whole program is done, the .java file is compressed into a .jar archive, who is sent to the user. The user uses the .jar file to install the program.
+ 4
.jar is extension of the file which is distributed by programmer to the end users after its bugs fixed.
+ 3
jar is a "jar" or packet ;) with eg. zipped java .class and a manifest file - you can call it a autostart script. in it.
it will execute the code like told in the manifest file
.java is the source code file
+ 2
A .java file is a source code (not compiled). And a .jar is a compress package with compiled files (.class) which is ready to distribute to users.
+ 2
java is source code..Jar is compressed file(all)
+ 2
.java is java source file. From that file we make .class file whos code is not able to see by the human. After that we have .jar file which contains .class files. ".JAR" file is java arhive file. It is compressed file of .class files and and a way of delivering applications.
+ 2
.jar is java archive file used to transfer java files from one computer to another
+ 1
yes
+ 1
.jar extention is used to distrube java applications
+ 1
compressed file of java
+ 1
.java extension is used when saving a source code for the proper execution whereas
.jar extension (zip file) is used to distribute among the end users
+ 1
jar acts as a library for java in which various classes are stored.
+ 1
.jar is an extension for packaging varoius classes in java while .java is the extension used for a single source code file.
+ 1
its like .mp3 for songs
+ 1
.jar is a Java archive file which is used to distribute Java applications
+ 1
it is extension of java
0
Java Archiving Tool(jar)
0
.jar is the executioner file like .exe in windows.
0
java archiving tool
0
a java extension. it is used to excecute commands. dunno jar