Thursday, 27 June 2013

DIFFERENCE BETWEEN JAD & JAR !!!

JAD:- Java Application Descriptor

  • This file consist only the description of the JAR file.

  • The description consist of Name, Size, Version, Description, Vendor and Certificate.

  • This file does not contain the program code of the application.

  • This file will not be installed.

  • In mobile when clicking the install jad file, the jad file will show you the description of the installing application.

  • Then when you continue, the JAR file is retrieved from the server and installed into the mobile.


JAR:- Java ARchive

  • This file consist the Original code of the application.

  • This file have to be installed and used.

No comments:

Post a Comment